:: PGP keys need importing: -> 79151C2E6351E7278DA1A730BF38D4D02A328DFF, required by: stellarium-bin :: Import? [Y/n] :: Importing keys with gpg... y gpg: keyserver receive failed: Server indicated a failure -> problem importing keys
Search Criteria
Package Details: stellarium-bin 24.4-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/stellarium-bin.git (read-only, click to copy) |
---|---|
Package Base: | stellarium-bin |
Description: | Software which renders realistic skies in real time with OpenGL |
Upstream URL: | https://stellarium.org/ |
Keywords: | 3d astronomy planetarium simulator stellarium |
Licenses: | GPL2 |
Conflicts: | stellarium |
Provides: | stellarium |
Submitter: | chardoncs |
Maintainer: | chardoncs |
Last Packager: | chardoncs |
Votes: | 8 |
Popularity: | 0.001391 |
First Submitted: | 2022-10-11 05:51 (UTC) |
Last Updated: | 2024-12-22 12:39 (UTC) |
Latest Comments
ardv commented on 2025-03-06 10:36 (UTC)
chardoncs commented on 2022-10-11 05:55 (UTC) (edited on 2024-03-25 11:41 (UTC) by chardoncs)
Differences between stellarium
, stellarium-lite
, and stellarium-bin
:
stellarium
builds Stellarium from their official source code, with full featuresstellarium-lite
also builds Stellarium from the source code, but without GPS and telescope control featuresstellarium-bin
(this AUR) extracts official AppImage instead, which contains all dependencies itself
NOTE: For Qt5 version, see stellarium-qt5-bin
.
When should you use stellarium-bin
?
- Pursuing minimal dependency usage from pacman
- Don't want to build from scratch (although it's automated via pkgbuild)
- Want the same thing in the original AppImage
When should you NOT use stellarium-bin
?
Want to run a Qt6-based Stellarium- Want a smaller package
- Want to use dependencies provided by pacman, in order to share them with other installed packages
PS: Before the installation, please run the following command to download the public key. :)
gpg --recv-keys BF38D4D02A328DFF
Or run makepkg
with --skippgpcheck
to skip this.
You can use yay or paru to make it easier.
Pinned Comments
chardoncs commented on 2022-10-11 05:55 (UTC) (edited on 2024-03-25 11:41 (UTC) by chardoncs)
Differences between
stellarium
,stellarium-lite
, andstellarium-bin
:stellarium
builds Stellarium from their official source code, with full featuresstellarium-lite
also builds Stellarium from the source code, but without GPS and telescope control featuresstellarium-bin
(this AUR) extracts official AppImage instead, which contains all dependencies itselfNOTE: For Qt5 version, see
stellarium-qt5-bin
.When should you use
stellarium-bin
?When should you NOT use
stellarium-bin
?Want to run a Qt6-based StellariumPS: Before the installation, please run the following command to download the public key. :)
Or run
makepkg
with--skippgpcheck
to skip this.You can use yay or paru to make it easier.