I just tried to install Celestia on my Linux system as described on https://celestia.space/deb.html as follows:
Code: Select all
(ins) 14:21:38 ~ $ curl -s https://celestia.space/packages/celestia.key | sudo apt-key add -
[sudo] password for stefan:
OK
(ins) 13:04:59 ~ $ lsb_release -a
No LSB modules are available.
Distributor ID: Zorin
Description: Zorin OS 16
Release: 16
Codename: focal
(ins) 13:05:13 ~ $ echo deb https://celestia.space/packages focal main | sudo tee /etc/apt/sources.list.d/celestia.list
deb https://celestia.space/packages focal main
(ins) 13:06:25 ~ $ cat /etc/apt/sources.list.d/celestia.list
deb https://celestia.space/packages focal main
(ins) 13:06:40 ~ $ sudo apt install celestia
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package celestia is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'celestia' has no installation candidate
I am submitting this as a bug in the documentation at https://celestia.space/deb.html. There is probably a way to install Celestia on my system, but if I strictly follow the documentation, it does not work. Also, the last step
Code: Select all
sudo apt install celestia
As a side note, before using the official way to install Celestia as documented on https://celestia.space/deb.html, I simply tried to use Zorin's package manager which uses the snap package. That didn't work either, because after startup the message 'Cannot read star database.' appears, while the splash screen says 'Loading data files: data/stars.dat'. But this is just a side note, because according to https://celestia.space/deb.html this is not the official way to install Celestia anyway.
Thank you
Stefan