osc from openSUSE:Tools project

Kies uw besturingssysteem

Voor Arch Linux, bewerk /etc/pacman.conf en voeg het volgende toe (merk op dat de volgorde van installatiebronnen in pacman.conf belangrijk is, omdat pacman altijd het eerst gevonden pakket downloadt):
[openSUSE_Tools_Arch]
Server = https://download.opensuse.org/repositories/openSUSE:/Tools/Arch/$arch
Voer dan het volgende als root uit
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
Voor CentOS 9 Stream voer het volgende als root uit:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/openSUSE:Tools/CentOS_9_Stream/openSUSE:Tools.repo
yum install osc
Voor CentOS 8 Stream voer het volgende als root uit:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/openSUSE:Tools/CentOS_8_Stream/openSUSE:Tools.repo
yum install osc
Voor CentOS 8 voer het volgende als root uit:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/openSUSE:Tools/CentOS_8/openSUSE:Tools.repo
yum install osc
Voor CentOS 7 voer het volgende als root uit:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/openSUSE:Tools/CentOS_7/openSUSE:Tools.repo
yum install osc
Voor CentOS 6 voer het volgende als root uit:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/openSUSE:Tools/CentOS_6/openSUSE:Tools.repo
yum install osc
Voor CentOS 10 Stream voer het volgende als root uit:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/openSUSE:Tools/CentOS_10_Stream/openSUSE:Tools.repo
yum install osc
Voor Raspbian 9 voer het volgende uit:
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
Voor Debian Unstable voer het volgende uit:
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
Voor Debian Testing voer het volgende uit:
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
Voor Debian 9.0 voer het volgende uit:
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
Voor Debian 8.0 voer het volgende uit:
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
Voor Debian 7.0 voer het volgende uit:
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
Voor Debian 6.0 voer het volgende uit:
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
Voor Debian 13 voer het volgende uit:
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_13/ /' | sudo tee /etc/apt/sources.list.d/openSUSE:Tools.list
curl -fsSL https://download.opensuse.org/repositories/openSUSE:Tools/Debian_13/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/openSUSE_Tools.gpg > /dev/null
sudo apt update
sudo apt install osc
Voor Debian 12 voer het volgende uit:
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
Voor Debian 11 voer het volgende uit:
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
Voor Debian 10 voer het volgende uit:
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
Voor Fedora Rawhide voer het volgende als root uit:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/openSUSE:Tools/Fedora_Rawhide/openSUSE:Tools.repo
dnf install osc
Voor Fedora 43 voer het volgende als root uit:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/openSUSE:Tools/Fedora_43/openSUSE:Tools.repo
dnf install osc
Voor Fedora 42 voer het volgende als root uit:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/openSUSE:Tools/Fedora_42/openSUSE:Tools.repo
dnf install osc
Voor Fedora 41 voer het volgende als root uit:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/openSUSE:Tools/Fedora_41/openSUSE:Tools.repo
dnf install osc
Voor Fedora 40 voer het volgende als root uit:
dnf config-manager --add-repo https://download.opensuse.org/repositories/openSUSE:Tools/Fedora_40/openSUSE:Tools.repo
dnf install osc
Voor Fedora 39 voer het volgende als root uit:
dnf config-manager --add-repo https://download.opensuse.org/repositories/openSUSE:Tools/Fedora_39/openSUSE:Tools.repo
dnf install osc
Voor Fedora 38 voer het volgende als root uit:
dnf config-manager --add-repo https://download.opensuse.org/repositories/openSUSE:Tools/Fedora_38/openSUSE:Tools.repo
dnf install osc
Voor Fedora 33 voer het volgende als root uit:
dnf config-manager --add-repo https://download.opensuse.org/repositories/openSUSE:Tools/Fedora_33/openSUSE:Tools.repo
dnf install osc
Voor Fedora 32 voer het volgende als root uit:
dnf config-manager --add-repo https://download.opensuse.org/repositories/openSUSE:Tools/Fedora_32/openSUSE:Tools.repo
dnf install osc
Voor Fedora 31 voer het volgende als root uit:
dnf config-manager --add-repo https://download.opensuse.org/repositories/openSUSE:Tools/Fedora_31/openSUSE:Tools.repo
dnf install osc
Voor Fedora 30 voer het volgende als root uit:
dnf config-manager --add-repo https://download.opensuse.org/repositories/openSUSE:Tools/Fedora_30/openSUSE:Tools.repo
dnf install osc
Voor Fedora 29 voer het volgende als root uit:
dnf config-manager --add-repo https://download.opensuse.org/repositories/openSUSE:Tools/Fedora_29/openSUSE:Tools.repo
dnf install osc
Voor Fedora 28 voer het volgende als root uit:
dnf config-manager --add-repo https://download.opensuse.org/repositories/openSUSE:Tools/Fedora_28/openSUSE:Tools.repo
dnf install osc
Voor Fedora 27 voer het volgende als root uit:
dnf config-manager --add-repo https://download.opensuse.org/repositories/openSUSE:Tools/Fedora_27/openSUSE:Tools.repo
dnf install osc
Voor Fedora 26 voer het volgende als root uit:
dnf config-manager --add-repo https://download.opensuse.org/repositories/openSUSE:Tools/Fedora_26/openSUSE:Tools.repo
dnf install osc
Voor Fedora 25 voer het volgende als root uit:
dnf config-manager --add-repo https://download.opensuse.org/repositories/openSUSE:Tools/Fedora_25/openSUSE:Tools.repo
dnf install osc
Voor Fedora 24 voer het volgende als root uit:
dnf config-manager --add-repo https://download.opensuse.org/repositories/openSUSE:Tools/Fedora_24/openSUSE:Tools.repo
dnf install osc
Voor Fedora 23 voer het volgende als root uit:
dnf config-manager --add-repo https://download.opensuse.org/repositories/openSUSE:Tools/Fedora_23/openSUSE:Tools.repo
dnf install osc
Voor Fedora 22 voer het volgende als root uit:
dnf config-manager --add-repo https://download.opensuse.org/repositories/openSUSE:Tools/Fedora_22/openSUSE:Tools.repo
dnf install osc
Voor Mageia Cauldron voer het volgende als root uit:
dnf config-manager --add-repo https://download.opensuse.org/repositories/openSUSE:Tools/Mageia_Cauldron/openSUSE:Tools.repo
dnf install osc
Voor Mageia 9 voer het volgende als root uit:
dnf config-manager --add-repo https://download.opensuse.org/repositories/openSUSE:Tools/Mageia_9/openSUSE:Tools.repo
dnf install osc
Voor Mageia 8 voer het volgende als root uit:
dnf config-manager --add-repo https://download.opensuse.org/repositories/openSUSE:Tools/Mageia_8/openSUSE:Tools.repo
dnf install osc
Voor Mageia 7 voer het volgende als root uit:
dnf config-manager --add-repo https://download.opensuse.org/repositories/openSUSE:Tools/Mageia_7/openSUSE:Tools.repo
dnf install osc
Voor Mageia 6 voer het volgende als root uit:
dnf config-manager --add-repo https://download.opensuse.org/repositories/openSUSE:Tools/Mageia_6/openSUSE:Tools.repo
dnf install osc
Voor Mageia 5 voer het volgende als root uit:
urpmi.addmedia openSUSE:Tools https://download.opensuse.org/repositories/openSUSE:Tools/Mageia_5/
urpmi.update -a
urpmi osc
Voor Mandriva 2011 voer het volgende als root uit:
dnf config-manager --add-repo https://download.opensuse.org/repositories/openSUSE:Tools/Mandriva_2011/openSUSE:Tools.repo
dnf install osc

Pakketten voor Mandriva 2011:

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

Pakketten voor openSUSE Factory zSystems:

Pakketten voor openSUSE Factory PPC:

Pakketten voor openSUSE Factory ARM:

Voor Raspbian Next voer het volgende uit:
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
Voor Raspbian 13 voer het volgende uit:
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_13/ /' | sudo tee /etc/apt/sources.list.d/openSUSE:Tools.list
curl -fsSL https://download.opensuse.org/repositories/openSUSE:Tools/Raspbian_13/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/openSUSE_Tools.gpg > /dev/null
sudo apt update
sudo apt install osc
Voor Raspbian 12 voer het volgende uit:
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_12/ /' | sudo tee /etc/apt/sources.list.d/openSUSE:Tools.list
curl -fsSL https://download.opensuse.org/repositories/openSUSE:Tools/Raspbian_12/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/openSUSE_Tools.gpg > /dev/null
sudo apt update
sudo apt install osc
Voor Raspbian 11 voer het volgende uit:
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
Voor Raspbian 10 voer het volgende uit:
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

Pakketten voor Raspbian Next:

Pakketten voor Raspbian 13:

Pakketten voor Raspbian 12:

Pakketten voor Raspbian 11:

Pakketten voor Raspbian 10:

Voor RockyLinux 9 voer het volgende als root uit:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/openSUSE:Tools/RockyLinux_9/openSUSE:Tools.repo
yum install osc
Voor RockyLinux 8 voer het volgende als root uit:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/openSUSE:Tools/RockyLinux_8/openSUSE:Tools.repo
yum install osc
Voor RockyLinux 10 voer het volgende als root uit:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/openSUSE:Tools/RockyLinux_10/openSUSE:Tools.repo
yum install osc
Voor RHEL 8 voer het volgende als root uit:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/openSUSE:Tools/RHEL_8/openSUSE:Tools.repo
yum install osc
Voor RHEL 7 voer het volgende als root uit:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/openSUSE:Tools/RHEL_7/openSUSE:Tools.repo
yum install osc
Voor RHEL 6 voer het volgende als root uit:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/openSUSE:Tools/RHEL_6/openSUSE:Tools.repo
yum install osc
Voor AlmaLinux 8 voer het volgende als root uit:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/openSUSE:Tools/AlmaLinux_8/openSUSE:Tools.repo
yum install osc
Voor ScientificLinux 7 voer het volgende als root uit:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/openSUSE:Tools/ScientificLinux_7/openSUSE:Tools.repo
yum install osc
Voor ScientificLinux 6 voer het volgende als root uit:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/openSUSE:Tools/ScientificLinux_6/openSUSE:Tools.repo
yum install osc
Voor openSUSE 15.3 voer het volgende als root uit:
zypper addrepo https://download.opensuse.org/repositories/openSUSE:Tools/openSUSE_15.3/openSUSE:Tools.repo
zypper refresh
zypper install osc
Voor SLE 15 SP7 voer het volgende als root uit:
zypper addrepo https://download.opensuse.org/repositories/openSUSE:Tools/SLE_15_SP7/openSUSE:Tools.repo
zypper refresh
zypper install osc
Voor SLE 15 SP6 voer het volgende als root uit:
zypper addrepo https://download.opensuse.org/repositories/openSUSE:Tools/SLE_15_SP6/openSUSE:Tools.repo
zypper refresh
zypper install osc
Voor SLE 15 SP5 voer het volgende als root uit:
zypper addrepo https://download.opensuse.org/repositories/openSUSE:Tools/SLE_15_SP5/openSUSE:Tools.repo
zypper refresh
zypper install osc
Voor SLE 15 SP4 voer het volgende als root uit:
zypper addrepo https://download.opensuse.org/repositories/openSUSE:Tools/SLE_15_SP4/openSUSE:Tools.repo
zypper refresh
zypper install osc
Voor SLE 15 SP3 voer het volgende als root uit:
zypper addrepo https://download.opensuse.org/repositories/openSUSE:Tools/SLE_15_SP3/openSUSE:Tools.repo
zypper refresh
zypper install osc
Voor SLE 15 SP2 voer het volgende als root uit:
zypper addrepo https://download.opensuse.org/repositories/openSUSE:Tools/SLE_15_SP2/openSUSE:Tools.repo
zypper refresh
zypper install osc
Voor SLE 15 SP1 voer het volgende als root uit:
zypper addrepo https://download.opensuse.org/repositories/openSUSE:Tools/SLE_15_SP1/openSUSE:Tools.repo
zypper refresh
zypper install osc
Voor SLE 15 voer het volgende als root uit:
zypper addrepo https://download.opensuse.org/repositories/openSUSE:Tools/SLE_15/openSUSE:Tools.repo
zypper refresh
zypper install osc
Voor SLE 12 SP5 voer het volgende als root uit:
zypper addrepo https://download.opensuse.org/repositories/openSUSE:Tools/SLE_12_SP5/openSUSE:Tools.repo
zypper refresh
zypper install osc
Voor SLE 12 SP4 voer het volgende als root uit:
zypper addrepo https://download.opensuse.org/repositories/openSUSE:Tools/SLE_12_SP4/openSUSE:Tools.repo
zypper refresh
zypper install osc
Voor SLE 12 SP3 voer het volgende als root uit:
zypper addrepo https://download.opensuse.org/repositories/openSUSE:Tools/SLE_12_SP3/openSUSE:Tools.repo
zypper refresh
zypper install osc
Voor SLE 12 SP2 voer het volgende als root uit:
zypper addrepo https://download.opensuse.org/repositories/openSUSE:Tools/SLE_12_SP2/openSUSE:Tools.repo
zypper refresh
zypper install osc
Voor SLE 12 SP1 voer het volgende als root uit:
zypper addrepo https://download.opensuse.org/repositories/openSUSE:Tools/SLE_12_SP1/openSUSE:Tools.repo
zypper refresh
zypper install osc
Voor SLE 12 voer het volgende als root uit:
zypper addrepo https://download.opensuse.org/repositories/openSUSE:Tools/SLE_12/openSUSE:Tools.repo
zypper refresh
zypper install osc
Voor SLE 11 SP4 voer het volgende als root uit:
zypper addrepo https://download.opensuse.org/repositories/openSUSE:Tools/SLE_11_SP4/openSUSE:Tools.repo
zypper refresh
zypper install osc
Voor SLE 11 SP3 voer het volgende als root uit:
zypper addrepo https://download.opensuse.org/repositories/openSUSE:Tools/SLE_11_SP3/openSUSE:Tools.repo
zypper refresh
zypper install osc
Voor SLE 11 SP2 voer het volgende als root uit:
zypper addrepo https://download.opensuse.org/repositories/openSUSE:Tools/SLE_11_SP2/openSUSE:Tools.repo
zypper refresh
zypper install osc
Voor AppImage.15.5 voer het volgende als root uit:
zypper addrepo https://download.opensuse.org/repositories/openSUSE:Tools/AppImage.15.5/openSUSE:Tools.repo
zypper refresh
zypper install osc
Voor xUbuntu Next voer het volgende uit:
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
Voor xUbuntu 25.10 voer het volgende uit:
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_25.10/ /' | sudo tee /etc/apt/sources.list.d/openSUSE:Tools.list
curl -fsSL https://download.opensuse.org/repositories/openSUSE:Tools/xUbuntu_25.10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/openSUSE_Tools.gpg > /dev/null
sudo apt update
sudo apt install osc
Voor xUbuntu 25.04 voer het volgende uit:
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_25.04/ /' | sudo tee /etc/apt/sources.list.d/openSUSE:Tools.list
curl -fsSL https://download.opensuse.org/repositories/openSUSE:Tools/xUbuntu_25.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/openSUSE_Tools.gpg > /dev/null
sudo apt update
sudo apt install osc
Voor xUbuntu 24.10 voer het volgende uit:
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.10/ /' | sudo tee /etc/apt/sources.list.d/openSUSE:Tools.list
curl -fsSL https://download.opensuse.org/repositories/openSUSE:Tools/xUbuntu_24.10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/openSUSE_Tools.gpg > /dev/null
sudo apt update
sudo apt install osc
Voor xUbuntu 24.04 voer het volgende uit:
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
Voor xUbuntu 23.10 voer het volgende uit:
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
Voor xUbuntu 23.04 voer het volgende uit:
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
Voor xUbuntu 22.10 voer het volgende uit:
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
Voor xUbuntu 22.04 voer het volgende uit:
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
Voor xUbuntu 21.10 voer het volgende uit:
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
Voor xUbuntu 21.04 voer het volgende uit:
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
Voor xUbuntu 20.04 voer het volgende uit:
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
Voor xUbuntu 18.04 voer het volgende uit:
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
Voor xUbuntu 16.04 voer het volgende uit:
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
Voor xUbuntu 15.10 voer het volgende uit:
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
Voor xUbuntu 15.04 voer het volgende uit:
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
Voor xUbuntu 14.10 voer het volgende uit:
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
Voor xUbuntu 14.04 voer het volgende uit:
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
Voor xUbuntu 13.10 voer het volgende uit:
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
Voor xUbuntu 13.04 voer het volgende uit:
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
Voor xUbuntu 12.10 voer het volgende uit:
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
Voor xUbuntu 12.04 voer het volgende uit:
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
Voor xUbuntu 10.04 voer het volgende uit:
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

Pakketten voor xUbuntu Next:

Pakketten voor xUbuntu 16.04:

Pakketten voor xUbuntu 15.10:

Pakketten voor xUbuntu 15.04:

Pakketten voor xUbuntu 14.10:

Pakketten voor xUbuntu 14.04:

Pakketten voor xUbuntu 13.10:

Pakketten voor xUbuntu 13.04:

Pakketten voor xUbuntu 12.10:

Pakketten voor xUbuntu 12.04:

Pakketten voor xUbuntu 10.04:

Voor Univention 4.4 voer het volgende als root uit:
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
Voor Univention 4.3 voer het volgende als root uit:
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
Voor Univention 4.0 voer het volgende als root uit:
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
Voor Univention 3.1 voer het volgende als root uit:
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

Pakketten voor Univention 4.4:

Pakketten voor Univention 4.3:

Pakketten voor Univention 4.0:

Pakketten voor Univention 3.1:

Voor openEuler 24.03 voer het volgende als root uit:
?
Voor Fedora 37 voer het volgende als root uit:
?
Voor Fedora 36 voer het volgende als root uit:
?
Voor Fedora 35 voer het volgende als root uit:
?
Voor Fedora 34 voer het volgende als root uit:
?
Voor AlmaLinux 9 voer het volgende als root uit:
?
Voor AlmaLinux 10 voer het volgende als root uit:
?
Voor AL2023 voer het volgende als root uit:
?