osc from home:matthewdva:OBSTools project
Select Your Operating System
Add repository and install manually
For CentOS 8 run the following as root:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/home:matthewdva:OBSTools/CentOS_8/home:matthewdva:OBSTools.repo yum install osc
For CentOS 7 run the following as root:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/home:matthewdva:OBSTools/CentOS_7/home:matthewdva:OBSTools.repo yum install osc
Grab binary packages directly
Add repository and install manually
For Debian 9.0 run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/matthewdva:/OBSTools/Debian_9.0/ /' | sudo tee /etc/apt/sources.list.d/home:matthewdva:OBSTools.list curl -fsSL https://download.opensuse.org/repositories/home:matthewdva:OBSTools/Debian_9.0/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_matthewdva_OBSTools.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/home:/matthewdva:/OBSTools/Debian_10/ /' | sudo tee /etc/apt/sources.list.d/home:matthewdva:OBSTools.list curl -fsSL https://download.opensuse.org/repositories/home:matthewdva:OBSTools/Debian_10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_matthewdva_OBSTools.gpg > /dev/null sudo apt update sudo apt install osc
Grab binary packages directly
Add repository and install manually
For Fedora 31 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:matthewdva:OBSTools/Fedora_31/home:matthewdva:OBSTools.repo dnf install osc
For Fedora 30 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:matthewdva:OBSTools/Fedora_30/home:matthewdva:OBSTools.repo dnf install osc
Grab binary packages directly
Add repository and install manually
For openSUSE Leap 15.2 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:matthewdva:OBSTools/openSUSE_Leap_15.2/home:matthewdva:OBSTools.repo zypper refresh zypper install osc
For openSUSE Leap 15.1 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:matthewdva:OBSTools/openSUSE_Leap_15.1/home:matthewdva:OBSTools.repo zypper refresh zypper install osc
Grab binary packages directly
Add repository and install manually
For RHEL 7 run the following as root:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/home:matthewdva:OBSTools/RHEL_7/home:matthewdva:OBSTools.repo yum install osc
Grab binary packages directly
Add repository and install manually
For xUbuntu 19.04 run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/matthewdva:/OBSTools/xUbuntu_19.04/ /' | sudo tee /etc/apt/sources.list.d/home:matthewdva:OBSTools.list curl -fsSL https://download.opensuse.org/repositories/home:matthewdva:OBSTools/xUbuntu_19.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_matthewdva_OBSTools.gpg > /dev/null sudo apt update sudo apt install osc
For xUbuntu 18.10 run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/matthewdva:/OBSTools/xUbuntu_18.10/ /' | sudo tee /etc/apt/sources.list.d/home:matthewdva:OBSTools.list curl -fsSL https://download.opensuse.org/repositories/home:matthewdva:OBSTools/xUbuntu_18.10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_matthewdva_OBSTools.gpg > /dev/null sudo apt update sudo apt install osc