osc from home:mstrigl project

選擇您的作業系統

對於 Arch Linux,編輯 /etc/pacman.conf 並加入以下設定 (注意在 pacman.conf 中套件庫的順序是很重要的,因為 pacman 會下載第一個找到的軟體包):
[home_mstrigl_Arch]
Server = https://download.opensuse.org/repositories/home:/mstrigl/Arch/$arch
然後使用 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
需要 CentOS 9 Stream ,用 root 執行:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:mstrigl/CentOS_9_Stream/home:mstrigl.repo
yum install osc
需要 CentOS 8 Stream ,用 root 執行:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:mstrigl/CentOS_8_Stream/home:mstrigl.repo
yum install osc
需要 CentOS 8 ,用 root 執行:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:mstrigl/CentOS_8/home:mstrigl.repo
yum install osc
需要 Debian Unstable ,執行以下:
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
需要 Debian Testing ,執行以下:
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
需要 Debian 11 ,執行以下:
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
需要 Fedora Rawhide ,用 root 執行:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:mstrigl/Fedora_Rawhide/home:mstrigl.repo
dnf install osc
需要 Mageia Cauldron ,用 root 執行:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:mstrigl/Mageia_Cauldron/home:mstrigl.repo
dnf install osc
需要 Mageia 8 ,用 root 執行:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:mstrigl/Mageia_8/home:mstrigl.repo
dnf install osc
需要 openSUSE Tumbleweed ,用 root 執行:
zypper addrepo https://download.opensuse.org/repositories/home:mstrigl/openSUSE_Tumbleweed/home:mstrigl.repo
zypper refresh
zypper install osc
需要 openSUSE Factory ,用 root 執行:
zypper addrepo https://download.opensuse.org/repositories/home:mstrigl/openSUSE_Factory/home:mstrigl.repo
zypper refresh
zypper install osc
需要 15.4 ,用 root 執行:
zypper addrepo https://download.opensuse.org/repositories/home:mstrigl/15.4/home:mstrigl.repo
zypper refresh
zypper install osc
需要 15.3 ,用 root 執行:
zypper addrepo https://download.opensuse.org/repositories/home:mstrigl/15.3/home:mstrigl.repo
zypper refresh
zypper install osc
需要 Raspbian 11 ,執行以下:
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

Raspbian 11 的套件:

需要 RockyLinux 8 ,用 root 執行:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:mstrigl/RockyLinux_8/home:mstrigl.repo
yum install osc
需要 AlmaLinux 8 ,用 root 執行:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:mstrigl/AlmaLinux_8/home:mstrigl.repo
yum install osc
需要 SLE 15 SP3 ,用 root 執行:
zypper addrepo https://download.opensuse.org/repositories/home:mstrigl/SLE_15_SP3/home:mstrigl.repo
zypper refresh
zypper install osc
需要 SLE 15 SP2 ,用 root 執行:
zypper addrepo https://download.opensuse.org/repositories/home:mstrigl/SLE_15_SP2/home:mstrigl.repo
zypper refresh
zypper install osc
需要 SLE 15 SP1 ,用 root 執行:
zypper addrepo https://download.opensuse.org/repositories/home:mstrigl/SLE_15_SP1/home:mstrigl.repo
zypper refresh
zypper install osc
需要 xUbuntu 22.04 ,執行以下:
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
需要 xUbuntu 21.10 ,執行以下:
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
需要 xUbuntu 21.04 ,執行以下:
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
需要 xUbuntu 20.04 ,執行以下:
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