osc from home:mstrigl project
Select Your Operating System
Add repository and install manually
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):
[home_mstrigl_Arch] Server = https://download.opensuse.org/repositories/home:/mstrigl/Arch/$arch
Then run the following as root
key=$(curl -fsSL https://download.opensuse.org/repositories/home:mstrigl/Arch/$(uname -m)/home_mstrigl_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 home_mstrigl_Arch/osc
Grab binary packages directly
Add repository and install manually
For CentOS 9 Stream run the following as root:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/home:mstrigl/CentOS_9_Stream/home:mstrigl.repo yum install osc
For CentOS 8 Stream run the following as root:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/home:mstrigl/CentOS_8_Stream/home:mstrigl.repo yum install osc
For CentOS 8 run the following as root:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/home:mstrigl/CentOS_8/home:mstrigl.repo yum install osc
Grab binary packages directly
Add repository and install manually
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/home:/mstrigl/Debian_Unstable/ /' | sudo tee /etc/apt/sources.list.d/home:mstrigl.list curl -fsSL https://download.opensuse.org/repositories/home:mstrigl/Debian_Unstable/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_mstrigl.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/home:/mstrigl/Debian_Testing/ /' | sudo tee /etc/apt/sources.list.d/home:mstrigl.list curl -fsSL https://download.opensuse.org/repositories/home:mstrigl/Debian_Testing/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_mstrigl.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/home:/mstrigl/Debian_11/ /' | sudo tee /etc/apt/sources.list.d/home:mstrigl.list curl -fsSL https://download.opensuse.org/repositories/home:mstrigl/Debian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_mstrigl.gpg > /dev/null sudo apt update sudo apt install osc
Grab binary packages directly
Add repository and install manually
For Fedora Rawhide run the following as root:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:mstrigl/Fedora_Rawhide/home:mstrigl.repo dnf install osc
Grab binary packages directly
Add repository and install manually
For Mageia Cauldron run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:mstrigl/Mageia_Cauldron/home:mstrigl.repo dnf install osc
For Mageia 8 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:mstrigl/Mageia_8/home:mstrigl.repo dnf install osc
Grab binary packages directly
Add repository and install manually
For openSUSE Tumbleweed run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:mstrigl/openSUSE_Tumbleweed/home:mstrigl.repo zypper refresh zypper install osc
For openSUSE Factory run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:mstrigl/openSUSE_Factory/home:mstrigl.repo zypper refresh zypper install osc
For 15.4 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:mstrigl/15.4/home:mstrigl.repo zypper refresh zypper install osc
For 15.3 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:mstrigl/15.3/home:mstrigl.repo zypper refresh zypper install osc
Grab binary packages directly
Add repository and install manually
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/home:/mstrigl/Raspbian_11/ /' | sudo tee /etc/apt/sources.list.d/home:mstrigl.list curl -fsSL https://download.opensuse.org/repositories/home:mstrigl/Raspbian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_mstrigl.gpg > /dev/null sudo apt update sudo apt install osc
Grab binary packages directly
Add repository and install manually
For RockyLinux 8 run the following as root:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/home:mstrigl/RockyLinux_8/home:mstrigl.repo yum install osc
For AlmaLinux 8 run the following as root:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/home:mstrigl/AlmaLinux_8/home:mstrigl.repo yum install osc
Grab binary packages directly
Add repository and install manually
For SLE 15 SP3 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:mstrigl/SLE_15_SP3/home:mstrigl.repo zypper refresh zypper install osc
For SLE 15 SP2 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:mstrigl/SLE_15_SP2/home:mstrigl.repo zypper refresh zypper install osc
For SLE 15 SP1 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:mstrigl/SLE_15_SP1/home:mstrigl.repo zypper refresh zypper install osc
Grab binary packages directly
Add repository and install manually
For xUbuntu 22.04 run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/mstrigl/xUbuntu_22.04/ /' | sudo tee /etc/apt/sources.list.d/home:mstrigl.list curl -fsSL https://download.opensuse.org/repositories/home:mstrigl/xUbuntu_22.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_mstrigl.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/home:/mstrigl/xUbuntu_21.10/ /' | sudo tee /etc/apt/sources.list.d/home:mstrigl.list curl -fsSL https://download.opensuse.org/repositories/home:mstrigl/xUbuntu_21.10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_mstrigl.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/home:/mstrigl/xUbuntu_21.04/ /' | sudo tee /etc/apt/sources.list.d/home:mstrigl.list curl -fsSL https://download.opensuse.org/repositories/home:mstrigl/xUbuntu_21.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_mstrigl.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/home:/mstrigl/xUbuntu_20.04/ /' | sudo tee /etc/apt/sources.list.d/home:mstrigl.list curl -fsSL https://download.opensuse.org/repositories/home:mstrigl/xUbuntu_20.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_mstrigl.gpg > /dev/null sudo apt update sudo apt install osc
Grab binary packages directly
Add repository and install manually
For Fedora 36 run the following as root:
?