redis from home:uibmz:opsi:4.2:testing project
Select Your Operating System
Add repository and install manually
For RockyLinux 9 run the following as root:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/home:uibmz:opsi:4.2:testing/RockyLinux_9/home:uibmz:opsi:4.2:testing.repo yum install redis
For RockyLinux 8 run the following as root:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/home:uibmz:opsi:4.2:testing/RockyLinux_8/home:uibmz:opsi:4.2:testing.repo yum install redis
For RHEL 9 run the following as root:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/home:uibmz:opsi:4.2:testing/RHEL_9/home:uibmz:opsi:4.2:testing.repo yum install redis
For RHEL 8 run the following as root:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/home:uibmz:opsi:4.2:testing/RHEL_8/home:uibmz:opsi:4.2:testing.repo yum install redis
For AlmaLinux 9 run the following as root:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/home:uibmz:opsi:4.2:testing/AlmaLinux_9/home:uibmz:opsi:4.2:testing.repo yum install redis
For AlmaLinux 8 run the following as root:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/home:uibmz:opsi:4.2:testing/AlmaLinux_8/home:uibmz:opsi:4.2:testing.repo yum install redis
Grab binary packages directly
Add repository and install manually
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:/uibmz:/opsi:/4.2:/testing/Debian_9.0/ /' | sudo tee /etc/apt/sources.list.d/home:uibmz:opsi:4.2:testing.list curl -fsSL https://download.opensuse.org/repositories/home:uibmz:opsi:4.2:testing/Debian_9.0/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_uibmz_opsi_4.2_testing.gpg > /dev/null sudo apt update sudo apt install redis
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:/uibmz:/opsi:/4.2:/testing/Debian_11/ /' | sudo tee /etc/apt/sources.list.d/home:uibmz:opsi:4.2:testing.list curl -fsSL https://download.opensuse.org/repositories/home:uibmz:opsi:4.2:testing/Debian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_uibmz_opsi_4.2_testing.gpg > /dev/null sudo apt update sudo apt install redis
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:/uibmz:/opsi:/4.2:/testing/Debian_10/ /' | sudo tee /etc/apt/sources.list.d/home:uibmz:opsi:4.2:testing.list curl -fsSL https://download.opensuse.org/repositories/home:uibmz:opsi:4.2:testing/Debian_10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_uibmz_opsi_4.2_testing.gpg > /dev/null sudo apt update sudo apt install redis
Grab binary packages directly
Add repository and install manually
For openSUSE Leap 15.4 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:uibmz:opsi:4.2:testing/openSUSE_Leap_15.4/home:uibmz:opsi:4.2:testing.repo zypper refresh zypper install redis
For openSUSE Leap 15.3 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:uibmz:opsi:4.2:testing/openSUSE_Leap_15.3/home:uibmz:opsi:4.2:testing.repo zypper refresh zypper install redis
For SLE 15 SP4 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:uibmz:opsi:4.2:testing/SLE_15_SP4/home:uibmz:opsi:4.2:testing.repo zypper refresh zypper install redis
For SLE 15 SP3 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:uibmz:opsi:4.2:testing/SLE_15_SP3/home:uibmz:opsi:4.2:testing.repo zypper refresh zypper install redis
For SLE 15 SP2 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:uibmz:opsi:4.2:testing/SLE_15_SP2/home:uibmz:opsi:4.2:testing.repo zypper refresh zypper install redis
For SLE 15 SP1 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:uibmz:opsi:4.2:testing/SLE_15_SP1/home:uibmz:opsi:4.2:testing.repo zypper refresh zypper install redis
Grab binary packages directly
Add repository and install manually
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:/uibmz:/opsi:/4.2:/testing/xUbuntu_22.04/ /' | sudo tee /etc/apt/sources.list.d/home:uibmz:opsi:4.2:testing.list curl -fsSL https://download.opensuse.org/repositories/home:uibmz:opsi:4.2:testing/xUbuntu_22.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_uibmz_opsi_4.2_testing.gpg > /dev/null sudo apt update sudo apt install redis
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:/uibmz:/opsi:/4.2:/testing/xUbuntu_20.04/ /' | sudo tee /etc/apt/sources.list.d/home:uibmz:opsi:4.2:testing.list curl -fsSL https://download.opensuse.org/repositories/home:uibmz:opsi:4.2:testing/xUbuntu_20.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_uibmz_opsi_4.2_testing.gpg > /dev/null sudo apt update sudo apt install redis
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:/uibmz:/opsi:/4.2:/testing/xUbuntu_18.04/ /' | sudo tee /etc/apt/sources.list.d/home:uibmz:opsi:4.2:testing.list curl -fsSL https://download.opensuse.org/repositories/home:uibmz:opsi:4.2:testing/xUbuntu_18.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_uibmz_opsi_4.2_testing.gpg > /dev/null sudo apt update sudo apt install redis
Grab binary packages directly
Add repository and install manually
For Univention 5.0 errata run the following as root:
echo 'deb http://download.opensuse.org/repositories/home:/uibmz:/opsi:/4.2:/testing/Univention_5.0_errata/ /' > /etc/apt/sources.list.d/home:uibmz:opsi:4.2:testing.list wget -nv https://download.opensuse.org/repositories/home:uibmz:opsi:4.2:testing/Univention_5.0_errata/Release.key -O Release.key apt-key add - < Release.key apt-get update apt-get install redis
For Univention 4.4 run the following as root:
echo 'deb http://download.opensuse.org/repositories/home:/uibmz:/opsi:/4.2:/testing/Univention_4.4/ /' > /etc/apt/sources.list.d/home:uibmz:opsi:4.2:testing.list wget -nv https://download.opensuse.org/repositories/home:uibmz:opsi:4.2:testing/Univention_4.4/Release.key -O Release.key apt-key add - < Release.key apt-get update apt-get install redis
Grab binary packages directly
Add repository and install manually
For Univention 5.0 run the following as root:
?