rear from Archiving:Backup:Rear project
Select Your Operating System
Add repository and install manually
For CentOS 8 run the following as root:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/Archiving:Backup:Rear/CentOS_8/Archiving:Backup:Rear.repo yum install rear
For CentOS 7 run the following as root:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/Archiving:Backup:Rear/CentOS_7/Archiving:Backup:Rear.repo yum install rear
Grab binary packages directly
Add repository and install manually
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/Archiving:/Backup:/Rear/Debian_11/ /' | sudo tee /etc/apt/sources.list.d/Archiving:Backup:Rear.list curl -fsSL https://download.opensuse.org/repositories/Archiving:Backup:Rear/Debian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/Archiving_Backup_Rear.gpg > /dev/null sudo apt update sudo apt install rear
Grab binary packages directly
Add repository and install manually
For Fedora 41 run the following as root:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/Archiving:Backup:Rear/Fedora_41/Archiving:Backup:Rear.repo dnf install rear
For Fedora 40 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/Archiving:Backup:Rear/Fedora_40/Archiving:Backup:Rear.repo dnf install rear
For Fedora 39 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/Archiving:Backup:Rear/Fedora_39/Archiving:Backup:Rear.repo dnf install rear
Grab binary packages directly
Add repository and install manually
For openSUSE Tumbleweed run the following as root:
zypper addrepo https://download.opensuse.org/repositories/Archiving:Backup:Rear/openSUSE_Tumbleweed/Archiving:Backup:Rear.repo zypper refresh zypper install rear
For 15.6 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/Archiving:Backup:Rear/15.6/Archiving:Backup:Rear.repo zypper refresh zypper install rear
For 15.5 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/Archiving:Backup:Rear/15.5/Archiving:Backup:Rear.repo zypper refresh zypper install rear
Grab binary packages directly
Add repository and install manually
For RHEL 7 run the following as root:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/Archiving:Backup:Rear/RHEL_7/Archiving:Backup:Rear.repo yum install rear
For RHEL 6 run the following as root:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/Archiving:Backup:Rear/RHEL_6/Archiving:Backup:Rear.repo yum install rear
Grab binary packages directly
Add repository and install manually
For ScientificLinux 7 run the following as root:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/Archiving:Backup:Rear/ScientificLinux_7/Archiving:Backup:Rear.repo yum install rear
For ScientificLinux 6 run the following as root:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/Archiving:Backup:Rear/ScientificLinux_6/Archiving:Backup:Rear.repo yum install rear
Grab binary packages directly
Add repository and install manually
For SLE 15 SP3 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/Archiving:Backup:Rear/SLE_15_SP3/Archiving:Backup:Rear.repo zypper refresh zypper install rear
For SLE 12 SP5 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/Archiving:Backup:Rear/SLE_12_SP5/Archiving:Backup:Rear.repo zypper refresh zypper install rear
Grab binary packages directly
Add repository and install manually
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/Archiving:/Backup:/Rear/xUbuntu_20.04/ /' | sudo tee /etc/apt/sources.list.d/Archiving:Backup:Rear.list curl -fsSL https://download.opensuse.org/repositories/Archiving:Backup:Rear/xUbuntu_20.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/Archiving_Backup_Rear.gpg > /dev/null sudo apt update sudo apt install rear