rust-bin from home:gaato project

Select Your Operating System

For Debian Unstable 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:/gaato/Debian_Unstable/ /' | sudo tee /etc/apt/sources.list.d/home:gaato.list
curl -fsSL https://download.opensuse.org/repositories/home:gaato/Debian_Unstable/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_gaato.gpg > /dev/null
sudo apt update
sudo apt install rust-bin
For Debian Testing 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:/gaato/Debian_Testing/ /' | sudo tee /etc/apt/sources.list.d/home:gaato.list
curl -fsSL https://download.opensuse.org/repositories/home:gaato/Debian_Testing/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_gaato.gpg > /dev/null
sudo apt update
sudo apt install rust-bin
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:/gaato/Debian_13/ /' | sudo tee /etc/apt/sources.list.d/home:gaato.list
curl -fsSL https://download.opensuse.org/repositories/home:gaato/Debian_13/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_gaato.gpg > /dev/null
sudo apt update
sudo apt install rust-bin
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:/gaato/Debian_12/ /' | sudo tee /etc/apt/sources.list.d/home:gaato.list
curl -fsSL https://download.opensuse.org/repositories/home:gaato/Debian_12/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_gaato.gpg > /dev/null
sudo apt update
sudo apt install rust-bin
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:/gaato/Debian_11/ /' | sudo tee /etc/apt/sources.list.d/home:gaato.list
curl -fsSL https://download.opensuse.org/repositories/home:gaato/Debian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_gaato.gpg > /dev/null
sudo apt update
sudo apt install rust-bin
For Fedora Rawhide run the following as root:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:gaato/Fedora_Rawhide/home:gaato.repo
dnf install rust-bin
For Fedora 43 run the following as root:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:gaato/Fedora_43/home:gaato.repo
dnf install rust-bin
For Fedora 42 run the following as root:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:gaato/Fedora_42/home:gaato.repo
dnf install rust-bin
For Fedora 41 run the following as root:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:gaato/Fedora_41/home:gaato.repo
dnf install rust-bin
For 16.0 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:gaato/16.0/home:gaato.repo
zypper refresh
zypper install rust-bin
For Raspbian 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:/gaato/Raspbian_13/ /' | sudo tee /etc/apt/sources.list.d/home:gaato.list
curl -fsSL https://download.opensuse.org/repositories/home:gaato/Raspbian_13/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_gaato.gpg > /dev/null
sudo apt update
sudo apt install rust-bin
For Raspbian 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:/gaato/Raspbian_12/ /' | sudo tee /etc/apt/sources.list.d/home:gaato.list
curl -fsSL https://download.opensuse.org/repositories/home:gaato/Raspbian_12/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_gaato.gpg > /dev/null
sudo apt update
sudo apt install rust-bin
For Raspbian 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:/gaato/Raspbian_11/ /' | sudo tee /etc/apt/sources.list.d/home:gaato.list
curl -fsSL https://download.opensuse.org/repositories/home:gaato/Raspbian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_gaato.gpg > /dev/null
sudo apt update
sudo apt install rust-bin
For xUbuntu 25.10 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:/gaato/xUbuntu_25.10/ /' | sudo tee /etc/apt/sources.list.d/home:gaato.list
curl -fsSL https://download.opensuse.org/repositories/home:gaato/xUbuntu_25.10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_gaato.gpg > /dev/null
sudo apt update
sudo apt install rust-bin
For xUbuntu 25.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:/gaato/xUbuntu_25.04/ /' | sudo tee /etc/apt/sources.list.d/home:gaato.list
curl -fsSL https://download.opensuse.org/repositories/home:gaato/xUbuntu_25.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_gaato.gpg > /dev/null
sudo apt update
sudo apt install rust-bin
For xUbuntu 24.10 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:/gaato/xUbuntu_24.10/ /' | sudo tee /etc/apt/sources.list.d/home:gaato.list
curl -fsSL https://download.opensuse.org/repositories/home:gaato/xUbuntu_24.10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_gaato.gpg > /dev/null
sudo apt update
sudo apt install rust-bin
For xUbuntu 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:/gaato/xUbuntu_24.04/ /' | sudo tee /etc/apt/sources.list.d/home:gaato.list
curl -fsSL https://download.opensuse.org/repositories/home:gaato/xUbuntu_24.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_gaato.gpg > /dev/null
sudo apt update
sudo apt install rust-bin
For xUbuntu 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:/gaato/xUbuntu_22.04/ /' | sudo tee /etc/apt/sources.list.d/home:gaato.list
curl -fsSL https://download.opensuse.org/repositories/home:gaato/xUbuntu_22.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_gaato.gpg > /dev/null
sudo apt update
sudo apt install rust-bin