celestia from home:munix9:unstable project
Operációs rendszer kiválasztása
Telepítési forrás hozzáadása és telepítés kézzel
For Debian 13 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_13/ /' | sudo tee /etc/apt/sources.list.d/home:munix9:unstable.list curl -fsSL https://download.opensuse.org/repositories/home:munix9:unstable/Debian_13/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 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
Bináris csomagok közvetlen letöltése
Telepítési forrás hozzáadása és telepítés kézzel
Ehhez: openSUSE Tumbleweed futtassa a következőt root-ként:
zypper addrepo https://download.opensuse.org/repositories/home:munix9:unstable/openSUSE_Tumbleweed/home:munix9:unstable.repo zypper refresh zypper install celestia
Ehhez: 16.0 futtassa a következőt root-ként:
zypper addrepo https://download.opensuse.org/repositories/home:munix9:unstable/16.0/home:munix9:unstable.repo zypper refresh zypper install celestia
Ehhez: 15.6 futtassa a következőt root-ként:
zypper addrepo https://download.opensuse.org/repositories/home:munix9:unstable/15.6/home:munix9:unstable.repo zypper refresh zypper install celestia
Ehhez: 15.4 futtassa a következőt root-ként:
zypper addrepo https://download.opensuse.org/repositories/home:munix9:unstable/15.4/home:munix9:unstable.repo zypper refresh zypper install celestia
Bináris csomagok közvetlen letöltése
Telepítési forrás hozzáadása és telepítés kézzel
For Ubuntu 24.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_24.04/ /' | sudo tee /etc/apt/sources.list.d/home:munix9:unstable.list curl -fsSL https://download.opensuse.org/repositories/home:munix9:unstable/Ubuntu_24.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 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