celestia from home:munix9:unstable project

Select Your Operating System

For Debian 12 run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/munix9:/unstable/Debian_12/ /' | sudo tee /etc/apt/sources.list.d/home:munix9:unstable.list
curl -fsSL https://download.opensuse.org/repositories/home:munix9:unstable/Debian_12/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_munix9_unstable.gpg > /dev/null
sudo apt update
sudo apt install celestia
For Debian 11 run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/munix9:/unstable/Debian_11/ /' | sudo tee /etc/apt/sources.list.d/home:munix9:unstable.list
curl -fsSL https://download.opensuse.org/repositories/home:munix9:unstable/Debian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_munix9_unstable.gpg > /dev/null
sudo apt update
sudo apt install celestia
For openSUSE Tumbleweed run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:munix9:unstable/openSUSE_Tumbleweed/home:munix9:unstable.repo
zypper refresh
zypper install celestia
For 15.6 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:munix9:unstable/15.6/home:munix9:unstable.repo
zypper refresh
zypper install celestia
For 15.5 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:munix9:unstable/15.5/home:munix9:unstable.repo
zypper refresh
zypper install celestia
For 15.4 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:munix9:unstable/15.4/home:munix9:unstable.repo
zypper refresh
zypper install celestia
For Ubuntu 22.04 run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/munix9:/unstable/Ubuntu_22.04/ /' | sudo tee /etc/apt/sources.list.d/home:munix9:unstable.list
curl -fsSL https://download.opensuse.org/repositories/home:munix9:unstable/Ubuntu_22.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_munix9_unstable.gpg > /dev/null
sudo apt update
sudo apt install celestia
For Ubuntu 20.04 run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/munix9:/unstable/Ubuntu_20.04/ /' | sudo tee /etc/apt/sources.list.d/home:munix9:unstable.list
curl -fsSL https://download.opensuse.org/repositories/home:munix9:unstable/Ubuntu_20.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_munix9_unstable.gpg > /dev/null
sudo apt update
sudo apt install celestia