rust from home:hawkeye116477:waterfox:build-depends project

Select Your Operating System

For CentOS 7 run the following as root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:hawkeye116477:waterfox:build-depends/CentOS_7/home:hawkeye116477:waterfox:build-depends.repo
yum install rust
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:/hawkeye116477:/waterfox:/build-depends/Debian_Unstable/ /' | sudo tee /etc/apt/sources.list.d/home:hawkeye116477:waterfox:build-depends.list
curl -fsSL https://download.opensuse.org/repositories/home:hawkeye116477:waterfox:build-depends/Debian_Unstable/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_hawkeye116477_waterfox_build-depends.gpg > /dev/null
sudo apt update
sudo apt install rust
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:/hawkeye116477:/waterfox:/build-depends/Debian_Testing/ /' | sudo tee /etc/apt/sources.list.d/home:hawkeye116477:waterfox:build-depends.list
curl -fsSL https://download.opensuse.org/repositories/home:hawkeye116477:waterfox:build-depends/Debian_Testing/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_hawkeye116477_waterfox_build-depends.gpg > /dev/null
sudo apt update
sudo apt install rust
For Debian 9.0 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:/hawkeye116477:/waterfox:/build-depends/Debian_9.0/ /' | sudo tee /etc/apt/sources.list.d/home:hawkeye116477:waterfox:build-depends.list
curl -fsSL https://download.opensuse.org/repositories/home:hawkeye116477:waterfox:build-depends/Debian_9.0/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_hawkeye116477_waterfox_build-depends.gpg > /dev/null
sudo apt update
sudo apt install rust
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:/hawkeye116477:/waterfox:/build-depends/Debian_12/ /' | sudo tee /etc/apt/sources.list.d/home:hawkeye116477:waterfox:build-depends.list
curl -fsSL https://download.opensuse.org/repositories/home:hawkeye116477:waterfox:build-depends/Debian_12/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_hawkeye116477_waterfox_build-depends.gpg > /dev/null
sudo apt update
sudo apt install rust
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:/hawkeye116477:/waterfox:/build-depends/Debian_11/ /' | sudo tee /etc/apt/sources.list.d/home:hawkeye116477:waterfox:build-depends.list
curl -fsSL https://download.opensuse.org/repositories/home:hawkeye116477:waterfox:build-depends/Debian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_hawkeye116477_waterfox_build-depends.gpg > /dev/null
sudo apt update
sudo apt install rust
For Debian 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:/hawkeye116477:/waterfox:/build-depends/Debian_10/ /' | sudo tee /etc/apt/sources.list.d/home:hawkeye116477:waterfox:build-depends.list
curl -fsSL https://download.opensuse.org/repositories/home:hawkeye116477:waterfox:build-depends/Debian_10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_hawkeye116477_waterfox_build-depends.gpg > /dev/null
sudo apt update
sudo apt install rust

Packages for Debian Unstable:

Packages for Debian Testing:

Packages for Debian 9.0:

Packages for Debian 12:

Packages for Debian 11:

Packages for Debian 10:

For Fedora Rawhide run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:hawkeye116477:waterfox:build-depends/Fedora_Rawhide/home:hawkeye116477:waterfox:build-depends.repo
dnf install rust
For Mageia 9 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:hawkeye116477:waterfox:build-depends/Mageia_9/home:hawkeye116477:waterfox:build-depends.repo
dnf install rust
For RockyLinux 8 run the following as root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:hawkeye116477:waterfox:build-depends/RockyLinux_8/home:hawkeye116477:waterfox:build-depends.repo
yum install rust
For AlmaLinux 8 run the following as root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:hawkeye116477:waterfox:build-depends/AlmaLinux_8/home:hawkeye116477:waterfox:build-depends.repo
yum install rust
For openSUSE Leap 15.6 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:hawkeye116477:waterfox:build-depends/openSUSE_Leap_15.6/home:hawkeye116477:waterfox:build-depends.repo
zypper refresh
zypper install rust
For openSUSE Leap 15.5 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:hawkeye116477:waterfox:build-depends/openSUSE_Leap_15.5/home:hawkeye116477:waterfox:build-depends.repo
zypper refresh
zypper install rust
For openSUSE Leap 15.4 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:hawkeye116477:waterfox:build-depends/openSUSE_Leap_15.4/home:hawkeye116477:waterfox:build-depends.repo
zypper refresh
zypper install rust
For xUbuntu 23.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:/hawkeye116477:/waterfox:/build-depends/xUbuntu_23.04/ /' | sudo tee /etc/apt/sources.list.d/home:hawkeye116477:waterfox:build-depends.list
curl -fsSL https://download.opensuse.org/repositories/home:hawkeye116477:waterfox:build-depends/xUbuntu_23.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_hawkeye116477_waterfox_build-depends.gpg > /dev/null
sudo apt update
sudo apt install rust
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:/hawkeye116477:/waterfox:/build-depends/xUbuntu_22.04/ /' | sudo tee /etc/apt/sources.list.d/home:hawkeye116477:waterfox:build-depends.list
curl -fsSL https://download.opensuse.org/repositories/home:hawkeye116477:waterfox:build-depends/xUbuntu_22.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_hawkeye116477_waterfox_build-depends.gpg > /dev/null
sudo apt update
sudo apt install rust
For xUbuntu 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:/hawkeye116477:/waterfox:/build-depends/xUbuntu_20.04/ /' | sudo tee /etc/apt/sources.list.d/home:hawkeye116477:waterfox:build-depends.list
curl -fsSL https://download.opensuse.org/repositories/home:hawkeye116477:waterfox:build-depends/xUbuntu_20.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_hawkeye116477_waterfox_build-depends.gpg > /dev/null
sudo apt update
sudo apt install rust
For xUbuntu 18.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:/hawkeye116477:/waterfox:/build-depends/xUbuntu_18.04/ /' | sudo tee /etc/apt/sources.list.d/home:hawkeye116477:waterfox:build-depends.list
curl -fsSL https://download.opensuse.org/repositories/home:hawkeye116477:waterfox:build-depends/xUbuntu_18.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_hawkeye116477_waterfox_build-depends.gpg > /dev/null
sudo apt update
sudo apt install rust

Packages for xUbuntu 23.04:

Packages for xUbuntu 22.04:

Packages for xUbuntu 20.04:

Packages for xUbuntu 18.04: