osc from home:mstrigl project

Seleccioneu el sistema operatiu

Per aArch Linux, editeu /etc/pacman.conf i afegiu-hi el següent (tingueu present que l'ordre dels repositoris dins de pacman.conf és important, ja que el Pacman sempre descarrega el primer paquet que troba):
[home_mstrigl_Arch]
Server = https://download.opensuse.org/repositories/home:/mstrigl/Arch/$arch
Llavors executeu el següent com a 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
Per a CentOS 9 Stream executeu el següent com a root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:mstrigl/CentOS_9_Stream/home:mstrigl.repo
yum install osc
Per a CentOS 8 Stream executeu el següent com a root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:mstrigl/CentOS_8_Stream/home:mstrigl.repo
yum install osc
Per a CentOS 8 executeu el següent com a root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:mstrigl/CentOS_8/home:mstrigl.repo
yum install osc
Per a Debian Unstable executeu el següent:
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
Per a Debian Testing executeu el següent:
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
Per a Debian 11 executeu el següent:
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
Per a Fedora Rawhide executeu el següent com a root:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:mstrigl/Fedora_Rawhide/home:mstrigl.repo
dnf install osc
Per a Mageia Cauldron executeu el següent com a root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:mstrigl/Mageia_Cauldron/home:mstrigl.repo
dnf install osc
Per a Mageia 8 executeu el següent com a root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:mstrigl/Mageia_8/home:mstrigl.repo
dnf install osc
Per a openSUSE Tumbleweed executeu el següent com a root:
zypper addrepo https://download.opensuse.org/repositories/home:mstrigl/openSUSE_Tumbleweed/home:mstrigl.repo
zypper refresh
zypper install osc
Per a openSUSE Factory executeu el següent com a root:
zypper addrepo https://download.opensuse.org/repositories/home:mstrigl/openSUSE_Factory/home:mstrigl.repo
zypper refresh
zypper install osc
Per a 15.4 executeu el següent com a root:
zypper addrepo https://download.opensuse.org/repositories/home:mstrigl/15.4/home:mstrigl.repo
zypper refresh
zypper install osc
Per a 15.3 executeu el següent com a root:
zypper addrepo https://download.opensuse.org/repositories/home:mstrigl/15.3/home:mstrigl.repo
zypper refresh
zypper install osc
Per a Raspbian 11 executeu el següent:
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

Paquets per Raspbian 11:

Per a RockyLinux 8 executeu el següent com a root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:mstrigl/RockyLinux_8/home:mstrigl.repo
yum install osc
Per a AlmaLinux 8 executeu el següent com a root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:mstrigl/AlmaLinux_8/home:mstrigl.repo
yum install osc
Per a SLE 15 SP3 executeu el següent com a root:
zypper addrepo https://download.opensuse.org/repositories/home:mstrigl/SLE_15_SP3/home:mstrigl.repo
zypper refresh
zypper install osc
Per a SLE 15 SP2 executeu el següent com a root:
zypper addrepo https://download.opensuse.org/repositories/home:mstrigl/SLE_15_SP2/home:mstrigl.repo
zypper refresh
zypper install osc
Per a SLE 15 SP1 executeu el següent com a root:
zypper addrepo https://download.opensuse.org/repositories/home:mstrigl/SLE_15_SP1/home:mstrigl.repo
zypper refresh
zypper install osc
Per a xUbuntu 22.04 executeu el següent:
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
Per a xUbuntu 21.10 executeu el següent:
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
Per a xUbuntu 21.04 executeu el següent:
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
Per a xUbuntu 20.04 executeu el següent:
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