osc from openSUSE:Tools project

Select Your Operating System

For Arch Linux, edit /etc/pacman.conf and add the following (note that the order of repositories in pacman.conf is important, since pacman always downloads the first found package):
[openSUSE_Tools_Arch]
Server = https://download.opensuse.org/repositories/openSUSE:/Tools/Arch/$arch
Then run the following as root
key=$(curl -fsSL https://download.opensuse.org/repositories/openSUSE:Tools/Arch/$(uname -m)/openSUSE_Tools_Arch.key)
fingerprint=$(gpg --quiet --with-colons --import-options show-only --import --fingerprint <<< "${key}" | awk -F: '$1 == "fpr" { print $10 }')

pacman-key --init
pacman-key --add - <<< "${key}"
pacman-key --lsign-key "${fingerprint}"

pacman -Sy openSUSE_Tools_Arch/osc
For CentOS 9 Stream run the following as root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/openSUSE:Tools/CentOS_9_Stream/openSUSE:Tools.repo
yum install osc
For CentOS 8 Stream run the following as root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/openSUSE:Tools/CentOS_8_Stream/openSUSE:Tools.repo
yum install osc
For CentOS 8 run the following as root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/openSUSE:Tools/CentOS_8/openSUSE:Tools.repo
yum install osc
For CentOS 7 run the following as root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/openSUSE:Tools/CentOS_7/openSUSE:Tools.repo
yum install osc
For CentOS 6 run the following as root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/openSUSE:Tools/CentOS_6/openSUSE:Tools.repo
yum install osc
For Raspbian 9 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/openSUSE:/Tools/Raspbian_9/ /' | sudo tee /etc/apt/sources.list.d/openSUSE:Tools.list
curl -fsSL https://download.opensuse.org/repositories/openSUSE:Tools/Raspbian_9/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/openSUSE_Tools.gpg > /dev/null
sudo apt update
sudo apt install osc
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/openSUSE:/Tools/Debian_Unstable/ /' | sudo tee /etc/apt/sources.list.d/openSUSE:Tools.list
curl -fsSL https://download.opensuse.org/repositories/openSUSE:Tools/Debian_Unstable/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/openSUSE_Tools.gpg > /dev/null
sudo apt update
sudo apt install osc
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/openSUSE:/Tools/Debian_Testing/ /' | sudo tee /etc/apt/sources.list.d/openSUSE:Tools.list
curl -fsSL https://download.opensuse.org/repositories/openSUSE:Tools/Debian_Testing/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/openSUSE_Tools.gpg > /dev/null
sudo apt update
sudo apt install osc
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/openSUSE:/Tools/Debian_9.0/ /' | sudo tee /etc/apt/sources.list.d/openSUSE:Tools.list
curl -fsSL https://download.opensuse.org/repositories/openSUSE:Tools/Debian_9.0/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/openSUSE_Tools.gpg > /dev/null
sudo apt update
sudo apt install osc
For Debian 8.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/openSUSE:/Tools/Debian_8.0/ /' | sudo tee /etc/apt/sources.list.d/openSUSE:Tools.list
curl -fsSL https://download.opensuse.org/repositories/openSUSE:Tools/Debian_8.0/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/openSUSE_Tools.gpg > /dev/null
sudo apt update
sudo apt install osc
For Debian 7.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/openSUSE:/Tools/Debian_7.0/ /' | sudo tee /etc/apt/sources.list.d/openSUSE:Tools.list
curl -fsSL https://download.opensuse.org/repositories/openSUSE:Tools/Debian_7.0/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/openSUSE_Tools.gpg > /dev/null
sudo apt update
sudo apt install osc
For Debian 6.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/openSUSE:/Tools/Debian_6.0/ /' | sudo tee /etc/apt/sources.list.d/openSUSE:Tools.list
curl -fsSL https://download.opensuse.org/repositories/openSUSE:Tools/Debian_6.0/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/openSUSE_Tools.gpg > /dev/null
sudo apt update
sudo apt install osc
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/openSUSE:/Tools/Debian_12/ /' | sudo tee /etc/apt/sources.list.d/openSUSE:Tools.list
curl -fsSL https://download.opensuse.org/repositories/openSUSE:Tools/Debian_12/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/openSUSE_Tools.gpg > /dev/null
sudo apt update
sudo apt install osc
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/openSUSE:/Tools/Debian_11/ /' | sudo tee /etc/apt/sources.list.d/openSUSE:Tools.list
curl -fsSL https://download.opensuse.org/repositories/openSUSE:Tools/Debian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/openSUSE_Tools.gpg > /dev/null
sudo apt update
sudo apt install osc
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/openSUSE:/Tools/Debian_10/ /' | sudo tee /etc/apt/sources.list.d/openSUSE:Tools.list
curl -fsSL https://download.opensuse.org/repositories/openSUSE:Tools/Debian_10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/openSUSE_Tools.gpg > /dev/null
sudo apt update
sudo apt install osc
For Fedora Rawhide run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/openSUSE:Tools/Fedora_Rawhide/openSUSE:Tools.repo
dnf install osc
For Fedora 39 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/openSUSE:Tools/Fedora_39/openSUSE:Tools.repo
dnf install osc
For Fedora 38 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/openSUSE:Tools/Fedora_38/openSUSE:Tools.repo
dnf install osc
For Fedora 37 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/openSUSE:Tools/Fedora_37/openSUSE:Tools.repo
dnf install osc
For Fedora 33 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/openSUSE:Tools/Fedora_33/openSUSE:Tools.repo
dnf install osc
For Fedora 32 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/openSUSE:Tools/Fedora_32/openSUSE:Tools.repo
dnf install osc
For Fedora 31 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/openSUSE:Tools/Fedora_31/openSUSE:Tools.repo
dnf install osc
For Fedora 30 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/openSUSE:Tools/Fedora_30/openSUSE:Tools.repo
dnf install osc
For Fedora 29 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/openSUSE:Tools/Fedora_29/openSUSE:Tools.repo
dnf install osc
For Fedora 28 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/openSUSE:Tools/Fedora_28/openSUSE:Tools.repo
dnf install osc
For Fedora 27 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/openSUSE:Tools/Fedora_27/openSUSE:Tools.repo
dnf install osc
For Fedora 26 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/openSUSE:Tools/Fedora_26/openSUSE:Tools.repo
dnf install osc
For Fedora 25 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/openSUSE:Tools/Fedora_25/openSUSE:Tools.repo
dnf install osc
For Fedora 24 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/openSUSE:Tools/Fedora_24/openSUSE:Tools.repo
dnf install osc
For Fedora 23 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/openSUSE:Tools/Fedora_23/openSUSE:Tools.repo
dnf install osc
For Fedora 22 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/openSUSE:Tools/Fedora_22/openSUSE:Tools.repo
dnf install osc
For Mageia Cauldron run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/openSUSE:Tools/Mageia_Cauldron/openSUSE:Tools.repo
dnf install osc
For Mageia 9 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/openSUSE:Tools/Mageia_9/openSUSE:Tools.repo
dnf install osc
For Mageia 8 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/openSUSE:Tools/Mageia_8/openSUSE:Tools.repo
dnf install osc
For Mageia 7 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/openSUSE:Tools/Mageia_7/openSUSE:Tools.repo
dnf install osc
For Mageia 6 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/openSUSE:Tools/Mageia_6/openSUSE:Tools.repo
dnf install osc
For Mageia 5 run the following as root:
urpmi.addmedia openSUSE:Tools https://download.opensuse.org/repositories/openSUSE:Tools/Mageia_5/
urpmi.update -a
urpmi osc
For Mandriva 2011 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/openSUSE:Tools/Mandriva_2011/openSUSE:Tools.repo
dnf install osc

Packages for Mandriva 2011:

For openSUSE Tumbleweed run the following as root:
zypper addrepo https://download.opensuse.org/repositories/openSUSE:Tools/openSUSE_Tumbleweed/openSUSE:Tools.repo
zypper refresh
zypper install osc
For openSUSE Factory zSystems run the following as root:
zypper addrepo https://download.opensuse.org/repositories/openSUSE:Tools/openSUSE_Factory_zSystems/openSUSE:Tools.repo
zypper refresh
zypper install osc
For openSUSE Factory PPC run the following as root:
zypper addrepo https://download.opensuse.org/repositories/openSUSE:Tools/openSUSE_Factory_PPC/openSUSE:Tools.repo
zypper refresh
zypper install osc
For openSUSE Factory ARM run the following as root:
zypper addrepo https://download.opensuse.org/repositories/openSUSE:Tools/openSUSE_Factory_ARM/openSUSE:Tools.repo
zypper refresh
zypper install osc
For openSUSE Factory run the following as root:
zypper addrepo https://download.opensuse.org/repositories/openSUSE:Tools/openSUSE_Factory/openSUSE:Tools.repo
zypper refresh
zypper install osc
For openSUSE 42.3 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/openSUSE:Tools/openSUSE_42.3/openSUSE:Tools.repo
zypper refresh
zypper install osc
For openSUSE 42.2 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/openSUSE:Tools/openSUSE_42.2/openSUSE:Tools.repo
zypper refresh
zypper install osc
For openSUSE 42.1 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/openSUSE:Tools/openSUSE_42.1/openSUSE:Tools.repo
zypper refresh
zypper install osc
For openSUSE 15.2 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/openSUSE:Tools/openSUSE_15.2/openSUSE:Tools.repo
zypper refresh
zypper install osc
For openSUSE 15.1 ports run the following as root:
zypper addrepo https://download.opensuse.org/repositories/openSUSE:Tools/openSUSE_15.1_ports/openSUSE:Tools.repo
zypper refresh
zypper install osc
For openSUSE 15.1 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/openSUSE:Tools/openSUSE_15.1/openSUSE:Tools.repo
zypper refresh
zypper install osc
For openSUSE 15.0 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/openSUSE:Tools/openSUSE_15.0/openSUSE:Tools.repo
zypper refresh
zypper install osc
For openSUSE 13.2 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/openSUSE:Tools/openSUSE_13.2/openSUSE:Tools.repo
zypper refresh
zypper install osc
For openSUSE 13.1 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/openSUSE:Tools/openSUSE_13.1/openSUSE:Tools.repo
zypper refresh
zypper install osc
For openSUSE 12.3 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/openSUSE:Tools/openSUSE_12.3/openSUSE:Tools.repo
zypper refresh
zypper install osc
For openSUSE 12.2 ARM run the following as root:
zypper addrepo https://download.opensuse.org/repositories/openSUSE:Tools/openSUSE_12.2_ARM/openSUSE:Tools.repo
zypper refresh
zypper install osc
For openSUSE 12.2 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/openSUSE:Tools/openSUSE_12.2/openSUSE:Tools.repo
zypper refresh
zypper install osc
For openSUSE 12.1 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/openSUSE:Tools/openSUSE_12.1/openSUSE:Tools.repo
zypper refresh
zypper install osc
For openSUSE 11.4 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/openSUSE:Tools/openSUSE_11.4/openSUSE:Tools.repo
zypper refresh
zypper install osc
For 15.6 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/openSUSE:Tools/15.6/openSUSE:Tools.repo
zypper refresh
zypper install osc
For 15.5 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/openSUSE:Tools/15.5/openSUSE:Tools.repo
zypper refresh
zypper install osc
For 15.4 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/openSUSE:Tools/15.4/openSUSE:Tools.repo
zypper refresh
zypper install osc
For 15.3 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/openSUSE:Tools/15.3/openSUSE:Tools.repo
zypper refresh
zypper install osc

Packages for openSUSE Factory zSystems:

Packages for openSUSE Factory PPC:

Packages for openSUSE Factory ARM:

For Raspbian Next 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/openSUSE:/Tools/Raspbian_Next/ /' | sudo tee /etc/apt/sources.list.d/openSUSE:Tools.list
curl -fsSL https://download.opensuse.org/repositories/openSUSE:Tools/Raspbian_Next/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/openSUSE_Tools.gpg > /dev/null
sudo apt update
sudo apt install osc
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/openSUSE:/Tools/Raspbian_11/ /' | sudo tee /etc/apt/sources.list.d/openSUSE:Tools.list
curl -fsSL https://download.opensuse.org/repositories/openSUSE:Tools/Raspbian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/openSUSE_Tools.gpg > /dev/null
sudo apt update
sudo apt install osc
For Raspbian 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/openSUSE:/Tools/Raspbian_10/ /' | sudo tee /etc/apt/sources.list.d/openSUSE:Tools.list
curl -fsSL https://download.opensuse.org/repositories/openSUSE:Tools/Raspbian_10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/openSUSE_Tools.gpg > /dev/null
sudo apt update
sudo apt install osc

Packages for Raspbian Next:

Packages for Raspbian 11:

Packages for Raspbian 10:

For RockyLinux 9 run the following as root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/openSUSE:Tools/RockyLinux_9/openSUSE:Tools.repo
yum install osc
For RockyLinux 8 run the following as root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/openSUSE:Tools/RockyLinux_8/openSUSE:Tools.repo
yum install osc
For RHEL 8 run the following as root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/openSUSE:Tools/RHEL_8/openSUSE:Tools.repo
yum install osc
For RHEL 7 run the following as root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/openSUSE:Tools/RHEL_7/openSUSE:Tools.repo
yum install osc
For RHEL 6 run the following as root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/openSUSE:Tools/RHEL_6/openSUSE:Tools.repo
yum install osc
For AlmaLinux 9 run the following as root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/openSUSE:Tools/AlmaLinux_9/openSUSE:Tools.repo
yum install osc
For AlmaLinux 8 run the following as root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/openSUSE:Tools/AlmaLinux_8/openSUSE:Tools.repo
yum install osc
For ScientificLinux 7 run the following as root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/openSUSE:Tools/ScientificLinux_7/openSUSE:Tools.repo
yum install osc
For ScientificLinux 6 run the following as root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/openSUSE:Tools/ScientificLinux_6/openSUSE:Tools.repo
yum install osc
For openSUSE 15.3 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/openSUSE:Tools/openSUSE_15.3/openSUSE:Tools.repo
zypper refresh
zypper install osc
For SLE 15 SP6 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/openSUSE:Tools/SLE_15_SP6/openSUSE:Tools.repo
zypper refresh
zypper install osc
For SLE 15 SP5 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/openSUSE:Tools/SLE_15_SP5/openSUSE:Tools.repo
zypper refresh
zypper install osc
For SLE 15 SP4 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/openSUSE:Tools/SLE_15_SP4/openSUSE:Tools.repo
zypper refresh
zypper install osc
For SLE 15 SP3 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/openSUSE:Tools/SLE_15_SP3/openSUSE:Tools.repo
zypper refresh
zypper install osc
For SLE 15 SP2 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/openSUSE:Tools/SLE_15_SP2/openSUSE:Tools.repo
zypper refresh
zypper install osc
For SLE 15 SP1 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/openSUSE:Tools/SLE_15_SP1/openSUSE:Tools.repo
zypper refresh
zypper install osc
For SLE 15 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/openSUSE:Tools/SLE_15/openSUSE:Tools.repo
zypper refresh
zypper install osc
For SLE 12 SP5 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/openSUSE:Tools/SLE_12_SP5/openSUSE:Tools.repo
zypper refresh
zypper install osc
For SLE 12 SP4 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/openSUSE:Tools/SLE_12_SP4/openSUSE:Tools.repo
zypper refresh
zypper install osc
For SLE 12 SP3 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/openSUSE:Tools/SLE_12_SP3/openSUSE:Tools.repo
zypper refresh
zypper install osc
For SLE 12 SP2 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/openSUSE:Tools/SLE_12_SP2/openSUSE:Tools.repo
zypper refresh
zypper install osc
For SLE 12 SP1 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/openSUSE:Tools/SLE_12_SP1/openSUSE:Tools.repo
zypper refresh
zypper install osc
For SLE 12 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/openSUSE:Tools/SLE_12/openSUSE:Tools.repo
zypper refresh
zypper install osc
For SLE 11 SP4 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/openSUSE:Tools/SLE_11_SP4/openSUSE:Tools.repo
zypper refresh
zypper install osc
For SLE 11 SP3 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/openSUSE:Tools/SLE_11_SP3/openSUSE:Tools.repo
zypper refresh
zypper install osc
For SLE 11 SP2 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/openSUSE:Tools/SLE_11_SP2/openSUSE:Tools.repo
zypper refresh
zypper install osc
For xUbuntu Next 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/openSUSE:/Tools/xUbuntu_Next/ /' | sudo tee /etc/apt/sources.list.d/openSUSE:Tools.list
curl -fsSL https://download.opensuse.org/repositories/openSUSE:Tools/xUbuntu_Next/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/openSUSE_Tools.gpg > /dev/null
sudo apt update
sudo apt install osc
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/openSUSE:/Tools/xUbuntu_24.04/ /' | sudo tee /etc/apt/sources.list.d/openSUSE:Tools.list
curl -fsSL https://download.opensuse.org/repositories/openSUSE:Tools/xUbuntu_24.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/openSUSE_Tools.gpg > /dev/null
sudo apt update
sudo apt install osc
For xUbuntu 23.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/openSUSE:/Tools/xUbuntu_23.10/ /' | sudo tee /etc/apt/sources.list.d/openSUSE:Tools.list
curl -fsSL https://download.opensuse.org/repositories/openSUSE:Tools/xUbuntu_23.10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/openSUSE_Tools.gpg > /dev/null
sudo apt update
sudo apt install osc
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/openSUSE:/Tools/xUbuntu_23.04/ /' | sudo tee /etc/apt/sources.list.d/openSUSE:Tools.list
curl -fsSL https://download.opensuse.org/repositories/openSUSE:Tools/xUbuntu_23.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/openSUSE_Tools.gpg > /dev/null
sudo apt update
sudo apt install osc
For xUbuntu 22.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/openSUSE:/Tools/xUbuntu_22.10/ /' | sudo tee /etc/apt/sources.list.d/openSUSE:Tools.list
curl -fsSL https://download.opensuse.org/repositories/openSUSE:Tools/xUbuntu_22.10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/openSUSE_Tools.gpg > /dev/null
sudo apt update
sudo apt install osc
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/openSUSE:/Tools/xUbuntu_22.04/ /' | sudo tee /etc/apt/sources.list.d/openSUSE:Tools.list
curl -fsSL https://download.opensuse.org/repositories/openSUSE:Tools/xUbuntu_22.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/openSUSE_Tools.gpg > /dev/null
sudo apt update
sudo apt install osc
For xUbuntu 21.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/openSUSE:/Tools/xUbuntu_21.10/ /' | sudo tee /etc/apt/sources.list.d/openSUSE:Tools.list
curl -fsSL https://download.opensuse.org/repositories/openSUSE:Tools/xUbuntu_21.10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/openSUSE_Tools.gpg > /dev/null
sudo apt update
sudo apt install osc
For xUbuntu 21.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/openSUSE:/Tools/xUbuntu_21.04/ /' | sudo tee /etc/apt/sources.list.d/openSUSE:Tools.list
curl -fsSL https://download.opensuse.org/repositories/openSUSE:Tools/xUbuntu_21.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/openSUSE_Tools.gpg > /dev/null
sudo apt update
sudo apt install osc
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/openSUSE:/Tools/xUbuntu_20.04/ /' | sudo tee /etc/apt/sources.list.d/openSUSE:Tools.list
curl -fsSL https://download.opensuse.org/repositories/openSUSE:Tools/xUbuntu_20.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/openSUSE_Tools.gpg > /dev/null
sudo apt update
sudo apt install osc
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/openSUSE:/Tools/xUbuntu_18.04/ /' | sudo tee /etc/apt/sources.list.d/openSUSE:Tools.list
curl -fsSL https://download.opensuse.org/repositories/openSUSE:Tools/xUbuntu_18.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/openSUSE_Tools.gpg > /dev/null
sudo apt update
sudo apt install osc
For xUbuntu 16.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/openSUSE:/Tools/xUbuntu_16.04/ /' | sudo tee /etc/apt/sources.list.d/openSUSE:Tools.list
curl -fsSL https://download.opensuse.org/repositories/openSUSE:Tools/xUbuntu_16.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/openSUSE_Tools.gpg > /dev/null
sudo apt update
sudo apt install osc
For xUbuntu 15.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/openSUSE:/Tools/xUbuntu_15.10/ /' | sudo tee /etc/apt/sources.list.d/openSUSE:Tools.list
curl -fsSL https://download.opensuse.org/repositories/openSUSE:Tools/xUbuntu_15.10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/openSUSE_Tools.gpg > /dev/null
sudo apt update
sudo apt install osc
For xUbuntu 15.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/openSUSE:/Tools/xUbuntu_15.04/ /' | sudo tee /etc/apt/sources.list.d/openSUSE:Tools.list
curl -fsSL https://download.opensuse.org/repositories/openSUSE:Tools/xUbuntu_15.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/openSUSE_Tools.gpg > /dev/null
sudo apt update
sudo apt install osc
For xUbuntu 14.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/openSUSE:/Tools/xUbuntu_14.10/ /' | sudo tee /etc/apt/sources.list.d/openSUSE:Tools.list
curl -fsSL https://download.opensuse.org/repositories/openSUSE:Tools/xUbuntu_14.10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/openSUSE_Tools.gpg > /dev/null
sudo apt update
sudo apt install osc
For xUbuntu 14.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/openSUSE:/Tools/xUbuntu_14.04/ /' | sudo tee /etc/apt/sources.list.d/openSUSE:Tools.list
curl -fsSL https://download.opensuse.org/repositories/openSUSE:Tools/xUbuntu_14.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/openSUSE_Tools.gpg > /dev/null
sudo apt update
sudo apt install osc
For xUbuntu 13.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/openSUSE:/Tools/xUbuntu_13.10/ /' | sudo tee /etc/apt/sources.list.d/openSUSE:Tools.list
curl -fsSL https://download.opensuse.org/repositories/openSUSE:Tools/xUbuntu_13.10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/openSUSE_Tools.gpg > /dev/null
sudo apt update
sudo apt install osc
For xUbuntu 13.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/openSUSE:/Tools/xUbuntu_13.04/ /' | sudo tee /etc/apt/sources.list.d/openSUSE:Tools.list
curl -fsSL https://download.opensuse.org/repositories/openSUSE:Tools/xUbuntu_13.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/openSUSE_Tools.gpg > /dev/null
sudo apt update
sudo apt install osc
For xUbuntu 12.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/openSUSE:/Tools/xUbuntu_12.10/ /' | sudo tee /etc/apt/sources.list.d/openSUSE:Tools.list
curl -fsSL https://download.opensuse.org/repositories/openSUSE:Tools/xUbuntu_12.10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/openSUSE_Tools.gpg > /dev/null
sudo apt update
sudo apt install osc
For xUbuntu 12.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/openSUSE:/Tools/xUbuntu_12.04/ /' | sudo tee /etc/apt/sources.list.d/openSUSE:Tools.list
curl -fsSL https://download.opensuse.org/repositories/openSUSE:Tools/xUbuntu_12.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/openSUSE_Tools.gpg > /dev/null
sudo apt update
sudo apt install osc
For xUbuntu 10.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/openSUSE:/Tools/xUbuntu_10.04/ /' | sudo tee /etc/apt/sources.list.d/openSUSE:Tools.list
curl -fsSL https://download.opensuse.org/repositories/openSUSE:Tools/xUbuntu_10.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/openSUSE_Tools.gpg > /dev/null
sudo apt update
sudo apt install osc

Packages for xUbuntu 16.04:

Packages for xUbuntu 15.10:

Packages for xUbuntu 15.04:

Packages for xUbuntu 14.10:

Packages for xUbuntu 14.04:

Packages for xUbuntu 13.10:

Packages for xUbuntu 13.04:

Packages for xUbuntu 12.10:

Packages for xUbuntu 12.04:

Packages for xUbuntu 10.04:

For Univention 4.4 run the following as root:
echo 'deb http://download.opensuse.org/repositories/openSUSE:/Tools/Univention_4.4/ /' > /etc/apt/sources.list.d/openSUSE:Tools.list
wget -nv https://download.opensuse.org/repositories/openSUSE:Tools/Univention_4.4/Release.key -O Release.key
apt-key add - < Release.key
apt-get update
apt-get install osc
For Univention 4.3 run the following as root:
echo 'deb http://download.opensuse.org/repositories/openSUSE:/Tools/Univention_4.3/ /' > /etc/apt/sources.list.d/openSUSE:Tools.list
wget -nv https://download.opensuse.org/repositories/openSUSE:Tools/Univention_4.3/Release.key -O Release.key
apt-key add - < Release.key
apt-get update
apt-get install osc
For Univention 4.0 run the following as root:
echo 'deb http://download.opensuse.org/repositories/openSUSE:/Tools/Univention_4.0/ /' > /etc/apt/sources.list.d/openSUSE:Tools.list
wget -nv https://download.opensuse.org/repositories/openSUSE:Tools/Univention_4.0/Release.key -O Release.key
apt-key add - < Release.key
apt-get update
apt-get install osc
For Univention 3.1 run the following as root:
echo 'deb http://download.opensuse.org/repositories/openSUSE:/Tools/Univention_3.1/ /' > /etc/apt/sources.list.d/openSUSE:Tools.list
wget -nv https://download.opensuse.org/repositories/openSUSE:Tools/Univention_3.1/Release.key -O Release.key
apt-key add - < Release.key
apt-get update
apt-get install osc

Packages for Univention 4.4:

Packages for Univention 4.3:

Packages for Univention 4.0:

Packages for Univention 3.1:

For Fedora 36 run the following as root:
?
For Fedora 35 run the following as root:
?
For Fedora 34 run the following as root:
?
For AL2023 run the following as root:
?