arsh from home:nsekiguchi project

Selecione seu sistema operacional

Para Debian 13 execute 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:/nsekiguchi/Debian_13/ /' | sudo tee /etc/apt/sources.list.d/home:nsekiguchi.list
curl -fsSL https://download.opensuse.org/repositories/home:nsekiguchi/Debian_13/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_nsekiguchi.gpg > /dev/null
sudo apt update
sudo apt install arsh
Para Debian 12 execute 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:/nsekiguchi/Debian_12/ /' | sudo tee /etc/apt/sources.list.d/home:nsekiguchi.list
curl -fsSL https://download.opensuse.org/repositories/home:nsekiguchi/Debian_12/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_nsekiguchi.gpg > /dev/null
sudo apt update
sudo apt install arsh
Para Debian 11 execute 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:/nsekiguchi/Debian_11/ /' | sudo tee /etc/apt/sources.list.d/home:nsekiguchi.list
curl -fsSL https://download.opensuse.org/repositories/home:nsekiguchi/Debian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_nsekiguchi.gpg > /dev/null
sudo apt update
sudo apt install arsh
Para Fedora 43 execute o seguinte como root:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:nsekiguchi/Fedora_43/home:nsekiguchi.repo
dnf install arsh
Para Fedora 42 execute o seguinte como root:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:nsekiguchi/Fedora_42/home:nsekiguchi.repo
dnf install arsh
Para Fedora 41 execute o seguinte como root:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:nsekiguchi/Fedora_41/home:nsekiguchi.repo
dnf install arsh
Para Fedora 40 execute o seguinte como root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:nsekiguchi/Fedora_40/home:nsekiguchi.repo
dnf install arsh
Para openSUSE Tumbleweed execute o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/home:nsekiguchi/openSUSE_Tumbleweed/home:nsekiguchi.repo
zypper refresh
zypper install arsh
Para 16.0 execute o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/home:nsekiguchi/16.0/home:nsekiguchi.repo
zypper refresh
zypper install arsh
Para xUbuntu 24.04 execute 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:/nsekiguchi/xUbuntu_24.04/ /' | sudo tee /etc/apt/sources.list.d/home:nsekiguchi.list
curl -fsSL https://download.opensuse.org/repositories/home:nsekiguchi/xUbuntu_24.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_nsekiguchi.gpg > /dev/null
sudo apt update
sudo apt install arsh
Para xUbuntu 22.04 execute 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:/nsekiguchi/xUbuntu_22.04/ /' | sudo tee /etc/apt/sources.list.d/home:nsekiguchi.list
curl -fsSL https://download.opensuse.org/repositories/home:nsekiguchi/xUbuntu_22.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_nsekiguchi.gpg > /dev/null
sudo apt update
sudo apt install arsh