osc from openSUSE:Tools project

Selecione seu sistema operacional

Para o Arch Linux, edite /etc/pacman.conf e adicione o seguinte (note que a ordem dos repositórios no pacman.conf é importante, já que o pacman sempre baixa o primeiro pacote encontrado):
[openSUSE_Tools_Arch]
Server = https://download.opensuse.org/repositories/openSUSE:/Tools/Arch/$arch
Então execute o seguinte como 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
Para CentOS 9 Stream execute o seguinte como root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/openSUSE:Tools/CentOS_9_Stream/openSUSE:Tools.repo
yum install osc
Para CentOS 8 Stream execute o seguinte como root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/openSUSE:Tools/CentOS_8_Stream/openSUSE:Tools.repo
yum install osc
Para CentOS 8 execute o seguinte como root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/openSUSE:Tools/CentOS_8/openSUSE:Tools.repo
yum install osc
Para CentOS 7 execute o seguinte como root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/openSUSE:Tools/CentOS_7/openSUSE:Tools.repo
yum install osc
Para CentOS 6 execute o seguinte como root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/openSUSE:Tools/CentOS_6/openSUSE:Tools.repo
yum install osc
Para CentOS 10 Stream execute o seguinte como root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/openSUSE:Tools/CentOS_10_Stream/openSUSE:Tools.repo
yum install osc
Para Raspbian 9 execute o seguinte:
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
Para Debian Unstable execute o seguinte:
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
Para Debian Testing execute o seguinte:
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
Para Debian 9.0 execute o seguinte:
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
Para Debian 8.0 execute o seguinte:
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
Para Debian 7.0 execute o seguinte:
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
Para Debian 6.0 execute o seguinte:
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
Para Debian 13 execute o seguinte:
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
Para Debian 12 execute o seguinte:
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
Para Debian 11 execute o seguinte:
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
Para Debian 10 execute o seguinte:
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
Para Fedora Rawhide execute o seguinte como root:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/openSUSE:Tools/Fedora_Rawhide/openSUSE:Tools.repo
dnf install osc
Para Fedora 43 execute o seguinte como root:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/openSUSE:Tools/Fedora_43/openSUSE:Tools.repo
dnf install osc
Para Fedora 42 execute o seguinte como root:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/openSUSE:Tools/Fedora_42/openSUSE:Tools.repo
dnf install osc
Para Fedora 41 execute o seguinte como root:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/openSUSE:Tools/Fedora_41/openSUSE:Tools.repo
dnf install osc
Para Fedora 40 execute o seguinte como root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/openSUSE:Tools/Fedora_40/openSUSE:Tools.repo
dnf install osc
Para Fedora 39 execute o seguinte como root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/openSUSE:Tools/Fedora_39/openSUSE:Tools.repo
dnf install osc
Para Fedora 38 execute o seguinte como root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/openSUSE:Tools/Fedora_38/openSUSE:Tools.repo
dnf install osc
Para Fedora 33 execute o seguinte como root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/openSUSE:Tools/Fedora_33/openSUSE:Tools.repo
dnf install osc
Para Fedora 32 execute o seguinte como root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/openSUSE:Tools/Fedora_32/openSUSE:Tools.repo
dnf install osc
Para Fedora 31 execute o seguinte como root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/openSUSE:Tools/Fedora_31/openSUSE:Tools.repo
dnf install osc
Para Fedora 30 execute o seguinte como root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/openSUSE:Tools/Fedora_30/openSUSE:Tools.repo
dnf install osc
Para Fedora 29 execute o seguinte como root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/openSUSE:Tools/Fedora_29/openSUSE:Tools.repo
dnf install osc
Para Fedora 28 execute o seguinte como root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/openSUSE:Tools/Fedora_28/openSUSE:Tools.repo
dnf install osc
Para Fedora 27 execute o seguinte como root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/openSUSE:Tools/Fedora_27/openSUSE:Tools.repo
dnf install osc
Para Fedora 26 execute o seguinte como root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/openSUSE:Tools/Fedora_26/openSUSE:Tools.repo
dnf install osc
Para Fedora 25 execute o seguinte como root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/openSUSE:Tools/Fedora_25/openSUSE:Tools.repo
dnf install osc
Para Fedora 24 execute o seguinte como root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/openSUSE:Tools/Fedora_24/openSUSE:Tools.repo
dnf install osc
Para Fedora 23 execute o seguinte como root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/openSUSE:Tools/Fedora_23/openSUSE:Tools.repo
dnf install osc
Para Fedora 22 execute o seguinte como root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/openSUSE:Tools/Fedora_22/openSUSE:Tools.repo
dnf install osc
Para Mageia Cauldron execute o seguinte como root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/openSUSE:Tools/Mageia_Cauldron/openSUSE:Tools.repo
dnf install osc
Para Mageia 9 execute o seguinte como root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/openSUSE:Tools/Mageia_9/openSUSE:Tools.repo
dnf install osc
Para Mageia 8 execute o seguinte como root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/openSUSE:Tools/Mageia_8/openSUSE:Tools.repo
dnf install osc
Para Mageia 7 execute o seguinte como root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/openSUSE:Tools/Mageia_7/openSUSE:Tools.repo
dnf install osc
Para Mageia 6 execute o seguinte como root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/openSUSE:Tools/Mageia_6/openSUSE:Tools.repo
dnf install osc
Para Mageia 5 execute o seguinte como root:
urpmi.addmedia openSUSE:Tools https://download.opensuse.org/repositories/openSUSE:Tools/Mageia_5/
urpmi.update -a
urpmi osc
Para Mandriva 2011 execute o seguinte como root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/openSUSE:Tools/Mandriva_2011/openSUSE:Tools.repo
dnf install osc

Pacotes para Mandriva 2011:

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

Pacotes para openSUSE Factory zSystems:

Para Raspbian Next execute o seguinte:
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
Para Raspbian 12 execute o seguinte:
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
Para Raspbian 11 execute o seguinte:
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
Para Raspbian 10 execute o seguinte:
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

Pacotes para Raspbian Next:

Pacotes para Raspbian 12:

Pacotes para Raspbian 11:

Pacotes para Raspbian 10:

Para RockyLinux 9 execute o seguinte como root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/openSUSE:Tools/RockyLinux_9/openSUSE:Tools.repo
yum install osc
Para RockyLinux 8 execute o seguinte como root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/openSUSE:Tools/RockyLinux_8/openSUSE:Tools.repo
yum install osc
Para RockyLinux 10 execute o seguinte como root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/openSUSE:Tools/RockyLinux_10/openSUSE:Tools.repo
yum install osc
Para RHEL 8 execute o seguinte como root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/openSUSE:Tools/RHEL_8/openSUSE:Tools.repo
yum install osc
Para RHEL 7 execute o seguinte como root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/openSUSE:Tools/RHEL_7/openSUSE:Tools.repo
yum install osc
Para RHEL 6 execute o seguinte como root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/openSUSE:Tools/RHEL_6/openSUSE:Tools.repo
yum install osc
Para AlmaLinux 8 execute o seguinte como root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/openSUSE:Tools/AlmaLinux_8/openSUSE:Tools.repo
yum install osc
Para ScientificLinux 7 execute o seguinte como root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/openSUSE:Tools/ScientificLinux_7/openSUSE:Tools.repo
yum install osc
Para ScientificLinux 6 execute o seguinte como root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/openSUSE:Tools/ScientificLinux_6/openSUSE:Tools.repo
yum install osc
Para openSUSE 15.3 execute o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/openSUSE:Tools/openSUSE_15.3/openSUSE:Tools.repo
zypper refresh
zypper install osc
Para SLE 15 SP7 execute o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/openSUSE:Tools/SLE_15_SP7/openSUSE:Tools.repo
zypper refresh
zypper install osc
Para SLE 15 SP6 execute o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/openSUSE:Tools/SLE_15_SP6/openSUSE:Tools.repo
zypper refresh
zypper install osc
Para SLE 15 SP5 execute o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/openSUSE:Tools/SLE_15_SP5/openSUSE:Tools.repo
zypper refresh
zypper install osc
Para SLE 15 SP4 execute o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/openSUSE:Tools/SLE_15_SP4/openSUSE:Tools.repo
zypper refresh
zypper install osc
Para SLE 15 SP3 execute o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/openSUSE:Tools/SLE_15_SP3/openSUSE:Tools.repo
zypper refresh
zypper install osc
Para SLE 15 SP2 execute o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/openSUSE:Tools/SLE_15_SP2/openSUSE:Tools.repo
zypper refresh
zypper install osc
Para SLE 15 SP1 execute o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/openSUSE:Tools/SLE_15_SP1/openSUSE:Tools.repo
zypper refresh
zypper install osc
Para SLE 15 execute o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/openSUSE:Tools/SLE_15/openSUSE:Tools.repo
zypper refresh
zypper install osc
Para SLE 12 SP5 execute o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/openSUSE:Tools/SLE_12_SP5/openSUSE:Tools.repo
zypper refresh
zypper install osc
Para SLE 12 SP4 execute o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/openSUSE:Tools/SLE_12_SP4/openSUSE:Tools.repo
zypper refresh
zypper install osc
Para SLE 12 SP3 execute o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/openSUSE:Tools/SLE_12_SP3/openSUSE:Tools.repo
zypper refresh
zypper install osc
Para SLE 12 SP2 execute o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/openSUSE:Tools/SLE_12_SP2/openSUSE:Tools.repo
zypper refresh
zypper install osc
Para SLE 12 SP1 execute o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/openSUSE:Tools/SLE_12_SP1/openSUSE:Tools.repo
zypper refresh
zypper install osc
Para SLE 12 execute o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/openSUSE:Tools/SLE_12/openSUSE:Tools.repo
zypper refresh
zypper install osc
Para SLE 11 SP4 execute o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/openSUSE:Tools/SLE_11_SP4/openSUSE:Tools.repo
zypper refresh
zypper install osc
Para SLE 11 SP3 execute o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/openSUSE:Tools/SLE_11_SP3/openSUSE:Tools.repo
zypper refresh
zypper install osc
Para SLE 11 SP2 execute o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/openSUSE:Tools/SLE_11_SP2/openSUSE:Tools.repo
zypper refresh
zypper install osc
Para AppImage.15.5 execute o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/openSUSE:Tools/AppImage.15.5/openSUSE:Tools.repo
zypper refresh
zypper install osc
Para xUbuntu Next execute o seguinte:
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
Para xUbuntu 25.10 execute o seguinte:
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
Para xUbuntu 25.04 execute o seguinte:
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
Para xUbuntu 24.10 execute o seguinte:
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
Para xUbuntu 24.04 execute o seguinte:
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
Para xUbuntu 23.10 execute o seguinte:
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
Para xUbuntu 23.04 execute o seguinte:
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
Para xUbuntu 22.10 execute o seguinte:
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
Para xUbuntu 22.04 execute o seguinte:
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
Para xUbuntu 21.10 execute o seguinte:
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
Para xUbuntu 21.04 execute o seguinte:
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
Para xUbuntu 20.04 execute o seguinte:
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
Para xUbuntu 18.04 execute o seguinte:
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
Para xUbuntu 16.04 execute o seguinte:
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
Para xUbuntu 15.10 execute o seguinte:
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
Para xUbuntu 15.04 execute o seguinte:
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
Para xUbuntu 14.10 execute o seguinte:
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
Para xUbuntu 14.04 execute o seguinte:
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
Para xUbuntu 13.10 execute o seguinte:
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
Para xUbuntu 13.04 execute o seguinte:
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
Para xUbuntu 12.10 execute o seguinte:
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
Para xUbuntu 12.04 execute o seguinte:
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
Para xUbuntu 10.04 execute o seguinte:
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

Pacotes para xUbuntu 16.04:

Pacotes para xUbuntu 15.10:

Pacotes para xUbuntu 15.04:

Pacotes para xUbuntu 14.10:

Pacotes para xUbuntu 14.04:

Pacotes para xUbuntu 13.10:

Pacotes para xUbuntu 13.04:

Pacotes para xUbuntu 12.10:

Pacotes para xUbuntu 12.04:

Pacotes para xUbuntu 10.04:

Para Univention 4.4 execute o seguinte como 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
Para Univention 4.3 execute o seguinte como 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
Para Univention 4.0 execute o seguinte como 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
Para Univention 3.1 execute o seguinte como 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

Pacotes para Univention 4.4:

Pacotes para Univention 4.3:

Pacotes para Univention 4.0:

Pacotes para Univention 3.1:

Para openEuler 24.03 execute o seguinte como root:
?
Para Raspbian 13 execute o seguinte como root:
?
Para Fedora 37 execute o seguinte como root:
?
Para Fedora 36 execute o seguinte como root:
?
Para Fedora 35 execute o seguinte como root:
?
Para Fedora 34 execute o seguinte como root:
?
Para AlmaLinux 9 execute o seguinte como root:
?
Para AlmaLinux 10 execute o seguinte como root:
?
Para AL2023 execute o seguinte como root:
?