Downloads:
91,264
Downloads of v 0.14.3.20160326:
493
Last Update:
26 Mar 2016
Package Maintainer(s):
Software Author(s):
- Stellarium Developers
Tags:
planetarium sky stars constellations- Software Specific:
- Software Site
- Software License
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Stellarium
This is not the latest version of Stellarium available.
- 1
- 2
- 3
0.14.3.20160326 | Updated: 26 Mar 2016
- Software Specific:
- Software Site
- Software License
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
91,264
Downloads of v 0.14.3.20160326:
493
Maintainer(s):
Software Author(s):
- Stellarium Developers
Stellarium 0.14.3.20160326
This is not the latest version of Stellarium available.
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Stellarium Developers. The inclusion of Stellarium Developers trademark(s), if any, upon this webpage is solely to identify Stellarium Developers goods or services and not for commercial purposes.
- 1
- 2
- 3
All Checks are Passing
3 Passing Tests
Deployment Method: Individual Install, Upgrade, & Uninstall
To install Stellarium, run the following command from the command line or from PowerShell:
To upgrade Stellarium, run the following command from the command line or from PowerShell:
To uninstall Stellarium, run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download stellarium --internalize --version=0.14.3.20160326 --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade stellarium -y --source="'INTERNAL REPO URL'" --version="'0.14.3.20160326'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade stellarium -y --source="'INTERNAL REPO URL'" --version="'0.14.3.20160326'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install stellarium
win_chocolatey:
name: stellarium
version: '0.14.3.20160326'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'stellarium' do
action :install
source 'INTERNAL REPO URL'
version '0.14.3.20160326'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller stellarium
{
Name = "stellarium"
Version = "0.14.3.20160326"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'stellarium':
ensure => '0.14.3.20160326',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
Private CDN cached downloads available for licensed customers. Never experience 404 breakages again! Learn more...
This package was approved as a trusted package on 26 Mar 2016.
Stellarium is a free open source planetarium for your computer. It shows a realistic sky in 3D, just like what you see with the naked eye, binoculars or a telescope.
It is used in planetarium projectors. Just set your coordinates and go.
$packageName = 'stellarium'
$fileType = 'exe'
$silentArgs = '/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-'
$validExitCodes = @(0)
$unPath = "HKLM:SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall"
$unPathx86 = "HKLM:SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall"
try {
$osBitness = Get-ProcessorBits
if ($osBitness -eq 64) {
if ($unString=(Get-ItemProperty "$unpath\$packageName*" UninstallString).UninstallString) {}
else { $unString=(Get-ItemProperty "$unPathx86\$packageName*" UninstallString).UninstallString }
} else {
$unString = (Get-ItemProperty "$unPath\$packageName*" UninstallString).UninstallString
}
Uninstall-ChocolateyPackage "$packageName" "$fileType" "$silentArgs" "$unString" -validExitCodes $validExitCodes
} catch {
throw $_.Exception
}
Log in or click on link to see number of positives.
- stellarium.0.14.3.20160326.nupkg (5a4369312a42) - ## / 58
- stellarium-0.14.3-win64.exe (60a5c7c8fb73) - ## / 56
- stellarium-0.14.3-win32.exe (78edc73f2b14) - ## / 57
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
Stellarium 24.3.0 | 2450 | Monday, September 23, 2024 | Approved | |
Stellarium 24.2.0 | 2434 | Monday, June 24, 2024 | Approved | |
Stellarium 24.1.0 | 3041 | Tuesday, March 26, 2024 | Approved | |
Stellarium 23.4.0 | 3426 | Sunday, December 24, 2023 | Approved | |
Stellarium 23.3.0 | 2588 | Tuesday, September 26, 2023 | Approved | |
Stellarium 23.2.0 | 2399 | Monday, July 3, 2023 | Approved | |
Stellarium 23.1 | 3320 | Tuesday, March 28, 2023 | Approved | |
Stellarium 1.2 | 3257 | Monday, December 26, 2022 | Approved | |
Stellarium 1.1 | 2434 | Thursday, November 3, 2022 | Approved | |
Stellarium 1.0 | 1745 | Sunday, October 2, 2022 | Approved | |
Stellarium 0.22.2 | 2282 | Thursday, July 7, 2022 | Approved | |
Stellarium 0.22.1 | 3005 | Saturday, April 16, 2022 | Approved | |
Stellarium 0.22.0 | 1414 | Sunday, March 27, 2022 | Approved | |
Stellarium 0.21.3 | 3575 | Saturday, December 25, 2021 | Approved | |
Stellarium 0.21.2 | 4026 | Tuesday, September 28, 2021 | Approved | |
Stellarium 0.21.1 | 4270 | Thursday, June 24, 2021 | Approved | |
Stellarium 0.21.0 | 4547 | Sunday, March 28, 2021 | Approved | |
Stellarium 0.20.4 | 2538 | Monday, December 28, 2020 | Approved | |
Stellarium 0.20.3 | 2211 | Sunday, September 27, 2020 | Approved | |
Stellarium 0.20.2 | 2029 | Tuesday, June 23, 2020 | Approved | |
Stellarium 0.20.1 | 1488 | Tuesday, April 21, 2020 | Approved | |
Stellarium 0.20.0.20200403 | 930 | Friday, April 3, 2020 | Approved | |
Stellarium 0.20.0 | 695 | Sunday, March 29, 2020 | Approved | |
Stellarium 0.19.3.1 | 1519 | Tuesday, December 31, 2019 | Approved | |
Stellarium 0.19.2 | 1628 | Sunday, September 29, 2019 | Approved | |
Stellarium 0.19.1.20190623 | 1510 | Sunday, June 23, 2019 | Approved | |
Stellarium 0.19.1 | 356 | Saturday, June 22, 2019 | Approved | |
Stellarium 0.19.0.1 | 1284 | Sunday, April 7, 2019 | Approved | |
Stellarium 0.19.0 | 3596 | Sunday, March 24, 2019 | Approved | |
Stellarium 0.18.3 | 1511 | Saturday, December 22, 2018 | Approved | |
Stellarium 0.18.2 | 3773 | Wednesday, August 15, 2018 | Approved | |
Stellarium 0.18.1 | 731 | Sunday, July 1, 2018 | Approved | |
Stellarium 0.18.0 | 1677 | Sunday, March 25, 2018 | Approved | |
Stellarium 0.17.0 | 1370 | Thursday, December 21, 2017 | Approved | |
Stellarium 0.16.1 | 1374 | Friday, September 29, 2017 | Approved | |
Stellarium 0.16.0 | 1119 | Wednesday, June 21, 2017 | Approved | |
Stellarium 0.15.2 | 821 | Tuesday, March 21, 2017 | Approved | |
Stellarium 0.15.1 | 853 | Tuesday, December 27, 2016 | Approved | |
Stellarium 0.15.0 | 976 | Sunday, July 31, 2016 | Approved | |
Stellarium 0.14.3.20160327 | 521 | Sunday, March 27, 2016 | Approved | |
Stellarium 0.14.3.20160326 | 493 | Saturday, March 26, 2016 | Approved | |
Stellarium 0.14.3 | 524 | Sunday, March 20, 2016 | Approved | |
Stellarium 0.14.2 | 593 | Friday, January 8, 2016 | Approved | |
Stellarium 0.14.0 | 638 | Saturday, October 24, 2015 | Approved | |
Stellarium 0.13.3 | 764 | Sunday, April 26, 2015 | Approved | |
Stellarium 0.13.2 | 562 | Monday, February 2, 2015 | Approved | |
Stellarium 0.13.0 | 792 | Saturday, August 9, 2014 | Approved | |
Stellarium 0.12.4 | 607 | Saturday, November 9, 2013 | Approved | |
Stellarium 0.12.2 | 499 | Saturday, August 17, 2013 | Approved | |
Stellarium 0.12.1 | 534 | Saturday, June 29, 2013 | Approved |
© Stellarium Developers
This package has no dependencies.
Ground Rules:
- This discussion is only about Stellarium and the Stellarium package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or Stellarium, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.