celestia-data from home:munix9:unstable project
Selecionar o Seu Sistema Operativo
Adicionar repositório e instalar manualmente
Para Debian 12 corra o seguinte:
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-data
Para Debian 11 corra o seguinte:
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-data
Obter binários dos pacotes diretamente
Adicionar repositório e instalar manualmente
Para openSUSE Tumbleweed corra o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/home:munix9:unstable/openSUSE_Tumbleweed/home:munix9:unstable.repo zypper refresh zypper install celestia-data
Para 15.6 corra o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/home:munix9:unstable/15.6/home:munix9:unstable.repo zypper refresh zypper install celestia-data
Para 15.4 corra o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/home:munix9:unstable/15.4/home:munix9:unstable.repo zypper refresh zypper install celestia-data
Obter binários dos pacotes diretamente
Adicionar repositório e instalar manualmente
Para Ubuntu 24.04 corra o seguinte:
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-data
Para Ubuntu 22.04 corra o seguinte:
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-data
Obter binários dos pacotes diretamente
Adicionar repositório e instalar manualmente
Para 16.0 corra o seguinte como root:
?