osc from home:adrianSuSE:OBSGIT project
Sélectionnez votre système d'exploitation
Ajouter le dépôt et installer manuellement
Pour Arch Linux, modifiez /etc/pacman.conf et ajoutez (remarque : l'ordre des dépôts est important dans pacman.conf, puisque pacman télécharge toujours le premier paquet trouvé) :
[home_adrianSuSE_OBSGIT_Arch] Server = https://download.opensuse.org/repositories/home:/adrianSuSE:/OBSGIT/Arch/$arch
Puis exécutez en tant que root
key=$(curl -fsSL https://download.opensuse.org/repositories/home:adrianSuSE:OBSGIT/Arch/$(uname -m)/home_adrianSuSE_OBSGIT_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_adrianSuSE_OBSGIT_Arch/osc
Récupérer les paquets binaires directement
Ajouter le dépôt et installer manuellement
Pour CentOS 8 Stream, exécutez en tant que root :
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/home:adrianSuSE:OBSGIT/CentOS_8_Stream/home:adrianSuSE:OBSGIT.repo yum install osc
Pour CentOS 8, exécutez en tant que root :
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/home:adrianSuSE:OBSGIT/CentOS_8/home:adrianSuSE:OBSGIT.repo yum install osc
Pour CentOS 7, exécutez en tant que root :
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/home:adrianSuSE:OBSGIT/CentOS_7/home:adrianSuSE:OBSGIT.repo yum install osc
Récupérer les paquets binaires directement
Ajouter le dépôt et installer manuellement
Pour Raspbian 9, exécutez :
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:/adrianSuSE:/OBSGIT/Raspbian_9/ /' | sudo tee /etc/apt/sources.list.d/home:adrianSuSE:OBSGIT.list curl -fsSL https://download.opensuse.org/repositories/home:adrianSuSE:OBSGIT/Raspbian_9/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_adrianSuSE_OBSGIT.gpg > /dev/null sudo apt update sudo apt install osc
Pour Debian Unstable, exécutez :
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:/adrianSuSE:/OBSGIT/Debian_Unstable/ /' | sudo tee /etc/apt/sources.list.d/home:adrianSuSE:OBSGIT.list curl -fsSL https://download.opensuse.org/repositories/home:adrianSuSE:OBSGIT/Debian_Unstable/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_adrianSuSE_OBSGIT.gpg > /dev/null sudo apt update sudo apt install osc
Pour Debian Testing, exécutez :
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:/adrianSuSE:/OBSGIT/Debian_Testing/ /' | sudo tee /etc/apt/sources.list.d/home:adrianSuSE:OBSGIT.list curl -fsSL https://download.opensuse.org/repositories/home:adrianSuSE:OBSGIT/Debian_Testing/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_adrianSuSE_OBSGIT.gpg > /dev/null sudo apt update sudo apt install osc
Pour Debian 9.0, exécutez :
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:/adrianSuSE:/OBSGIT/Debian_9.0/ /' | sudo tee /etc/apt/sources.list.d/home:adrianSuSE:OBSGIT.list curl -fsSL https://download.opensuse.org/repositories/home:adrianSuSE:OBSGIT/Debian_9.0/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_adrianSuSE_OBSGIT.gpg > /dev/null sudo apt update sudo apt install osc
Pour Debian 11, exécutez :
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:/adrianSuSE:/OBSGIT/Debian_11/ /' | sudo tee /etc/apt/sources.list.d/home:adrianSuSE:OBSGIT.list curl -fsSL https://download.opensuse.org/repositories/home:adrianSuSE:OBSGIT/Debian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_adrianSuSE_OBSGIT.gpg > /dev/null sudo apt update sudo apt install osc
Pour Debian 10, exécutez :
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:/adrianSuSE:/OBSGIT/Debian_10/ /' | sudo tee /etc/apt/sources.list.d/home:adrianSuSE:OBSGIT.list curl -fsSL https://download.opensuse.org/repositories/home:adrianSuSE:OBSGIT/Debian_10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_adrianSuSE_OBSGIT.gpg > /dev/null sudo apt update sudo apt install osc
Récupérer les paquets binaires directement
Ajouter le dépôt et installer manuellement
Pour Fedora Rawhide, exécutez en tant que root :
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:adrianSuSE:OBSGIT/Fedora_Rawhide/home:adrianSuSE:OBSGIT.repo dnf install osc
Pour Fedora 33, exécutez en tant que root :
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:adrianSuSE:OBSGIT/Fedora_33/home:adrianSuSE:OBSGIT.repo dnf install osc
Pour Fedora 32, exécutez en tant que root :
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:adrianSuSE:OBSGIT/Fedora_32/home:adrianSuSE:OBSGIT.repo dnf install osc
Pour Fedora 31, exécutez en tant que root :
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:adrianSuSE:OBSGIT/Fedora_31/home:adrianSuSE:OBSGIT.repo dnf install osc
Pour Fedora 30, exécutez en tant que root :
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:adrianSuSE:OBSGIT/Fedora_30/home:adrianSuSE:OBSGIT.repo dnf install osc
Pour Fedora 29, exécutez en tant que root :
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:adrianSuSE:OBSGIT/Fedora_29/home:adrianSuSE:OBSGIT.repo dnf install osc
Pour Fedora 28, exécutez en tant que root :
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:adrianSuSE:OBSGIT/Fedora_28/home:adrianSuSE:OBSGIT.repo dnf install osc
Pour Fedora 27, exécutez en tant que root :
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:adrianSuSE:OBSGIT/Fedora_27/home:adrianSuSE:OBSGIT.repo dnf install osc
Pour Fedora 26, exécutez en tant que root :
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:adrianSuSE:OBSGIT/Fedora_26/home:adrianSuSE:OBSGIT.repo dnf install osc
Pour Fedora 25, exécutez en tant que root :
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:adrianSuSE:OBSGIT/Fedora_25/home:adrianSuSE:OBSGIT.repo dnf install osc
Pour Fedora 24, exécutez en tant que root :
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:adrianSuSE:OBSGIT/Fedora_24/home:adrianSuSE:OBSGIT.repo dnf install osc
Pour Fedora 23, exécutez en tant que root :
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:adrianSuSE:OBSGIT/Fedora_23/home:adrianSuSE:OBSGIT.repo dnf install osc
Pour Fedora 22, exécutez en tant que root :
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:adrianSuSE:OBSGIT/Fedora_22/home:adrianSuSE:OBSGIT.repo dnf install osc
Récupérer les paquets binaires directement
Ajouter le dépôt et installer manuellement
Pour Mageia Cauldron, exécutez en tant que root :
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:adrianSuSE:OBSGIT/Mageia_Cauldron/home:adrianSuSE:OBSGIT.repo dnf install osc
Pour Mageia 8, exécutez en tant que root :
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:adrianSuSE:OBSGIT/Mageia_8/home:adrianSuSE:OBSGIT.repo dnf install osc
Pour Mageia 7, exécutez en tant que root :
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:adrianSuSE:OBSGIT/Mageia_7/home:adrianSuSE:OBSGIT.repo dnf install osc
Pour Mageia 6, exécutez en tant que root :
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:adrianSuSE:OBSGIT/Mageia_6/home:adrianSuSE:OBSGIT.repo dnf install osc
Pour Mageia 5, exécutez en tant que root :
urpmi.addmedia home:adrianSuSE:OBSGIT https://download.opensuse.org/repositories/home:adrianSuSE:OBSGIT/Mageia_5/ urpmi.update -a urpmi osc
Récupérer les paquets binaires directement
Ajouter le dépôt et installer manuellement
Pour Mandriva 2011, exécutez en tant que root :
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:adrianSuSE:OBSGIT/Mandriva_2011/home:adrianSuSE:OBSGIT.repo dnf install osc
Récupérer les paquets binaires directement
Ajouter le dépôt et installer manuellement
Pour openSUSE Tumbleweed, exécutez en tant que root :
zypper addrepo https://download.opensuse.org/repositories/home:adrianSuSE:OBSGIT/openSUSE_Tumbleweed/home:adrianSuSE:OBSGIT.repo zypper refresh zypper install osc
Pour openSUSE Factory zSystems, exécutez en tant que root :
zypper addrepo https://download.opensuse.org/repositories/home:adrianSuSE:OBSGIT/openSUSE_Factory_zSystems/home:adrianSuSE:OBSGIT.repo zypper refresh zypper install osc
Pour openSUSE Factory PPC, exécutez en tant que root :
zypper addrepo https://download.opensuse.org/repositories/home:adrianSuSE:OBSGIT/openSUSE_Factory_PPC/home:adrianSuSE:OBSGIT.repo zypper refresh zypper install osc
Pour openSUSE Factory ARM, exécutez en tant que root :
zypper addrepo https://download.opensuse.org/repositories/home:adrianSuSE:OBSGIT/openSUSE_Factory_ARM/home:adrianSuSE:OBSGIT.repo zypper refresh zypper install osc
Pour openSUSE Factory, exécutez en tant que root :
zypper addrepo https://download.opensuse.org/repositories/home:adrianSuSE:OBSGIT/openSUSE_Factory/home:adrianSuSE:OBSGIT.repo zypper refresh zypper install osc
Pour openSUSE 42.3, exécutez en tant que root :
zypper addrepo https://download.opensuse.org/repositories/home:adrianSuSE:OBSGIT/openSUSE_42.3/home:adrianSuSE:OBSGIT.repo zypper refresh zypper install osc
Pour openSUSE 42.2, exécutez en tant que root :
zypper addrepo https://download.opensuse.org/repositories/home:adrianSuSE:OBSGIT/openSUSE_42.2/home:adrianSuSE:OBSGIT.repo zypper refresh zypper install osc
Pour openSUSE 42.1, exécutez en tant que root :
zypper addrepo https://download.opensuse.org/repositories/home:adrianSuSE:OBSGIT/openSUSE_42.1/home:adrianSuSE:OBSGIT.repo zypper refresh zypper install osc
Pour openSUSE 15.2, exécutez en tant que root :
zypper addrepo https://download.opensuse.org/repositories/home:adrianSuSE:OBSGIT/openSUSE_15.2/home:adrianSuSE:OBSGIT.repo zypper refresh zypper install osc
Pour openSUSE 15.1 ports, exécutez en tant que root :
zypper addrepo https://download.opensuse.org/repositories/home:adrianSuSE:OBSGIT/openSUSE_15.1_ports/home:adrianSuSE:OBSGIT.repo zypper refresh zypper install osc
Pour openSUSE 15.1, exécutez en tant que root :
zypper addrepo https://download.opensuse.org/repositories/home:adrianSuSE:OBSGIT/openSUSE_15.1/home:adrianSuSE:OBSGIT.repo zypper refresh zypper install osc
Pour openSUSE 15.0, exécutez en tant que root :
zypper addrepo https://download.opensuse.org/repositories/home:adrianSuSE:OBSGIT/openSUSE_15.0/home:adrianSuSE:OBSGIT.repo zypper refresh zypper install osc
Pour openSUSE 13.2, exécutez en tant que root :
zypper addrepo https://download.opensuse.org/repositories/home:adrianSuSE:OBSGIT/openSUSE_13.2/home:adrianSuSE:OBSGIT.repo zypper refresh zypper install osc
Pour openSUSE 13.1, exécutez en tant que root :
zypper addrepo https://download.opensuse.org/repositories/home:adrianSuSE:OBSGIT/openSUSE_13.1/home:adrianSuSE:OBSGIT.repo zypper refresh zypper install osc
Pour openSUSE 12.3, exécutez en tant que root :
zypper addrepo https://download.opensuse.org/repositories/home:adrianSuSE:OBSGIT/openSUSE_12.3/home:adrianSuSE:OBSGIT.repo zypper refresh zypper install osc
Pour openSUSE 12.2 ARM, exécutez en tant que root :
zypper addrepo https://download.opensuse.org/repositories/home:adrianSuSE:OBSGIT/openSUSE_12.2_ARM/home:adrianSuSE:OBSGIT.repo zypper refresh zypper install osc
Pour openSUSE 12.2, exécutez en tant que root :
zypper addrepo https://download.opensuse.org/repositories/home:adrianSuSE:OBSGIT/openSUSE_12.2/home:adrianSuSE:OBSGIT.repo zypper refresh zypper install osc
Pour openSUSE 12.1, exécutez en tant que root :
zypper addrepo https://download.opensuse.org/repositories/home:adrianSuSE:OBSGIT/openSUSE_12.1/home:adrianSuSE:OBSGIT.repo zypper refresh zypper install osc
Pour openSUSE 11.4, exécutez en tant que root :
zypper addrepo https://download.opensuse.org/repositories/home:adrianSuSE:OBSGIT/openSUSE_11.4/home:adrianSuSE:OBSGIT.repo zypper refresh zypper install osc
Pour 15.4, exécutez en tant que root :
zypper addrepo https://download.opensuse.org/repositories/home:adrianSuSE:OBSGIT/15.4/home:adrianSuSE:OBSGIT.repo zypper refresh zypper install osc
Pour 15.3, exécutez en tant que root :
zypper addrepo https://download.opensuse.org/repositories/home:adrianSuSE:OBSGIT/15.3/home:adrianSuSE:OBSGIT.repo zypper refresh zypper install osc
Récupérer les paquets binaires directement
Ajouter le dépôt et installer manuellement
Pour Raspbian 11, exécutez :
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:/adrianSuSE:/OBSGIT/Raspbian_11/ /' | sudo tee /etc/apt/sources.list.d/home:adrianSuSE:OBSGIT.list curl -fsSL https://download.opensuse.org/repositories/home:adrianSuSE:OBSGIT/Raspbian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_adrianSuSE_OBSGIT.gpg > /dev/null sudo apt update sudo apt install osc
Pour Raspbian 10, exécutez :
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:/adrianSuSE:/OBSGIT/Raspbian_10/ /' | sudo tee /etc/apt/sources.list.d/home:adrianSuSE:OBSGIT.list curl -fsSL https://download.opensuse.org/repositories/home:adrianSuSE:OBSGIT/Raspbian_10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_adrianSuSE_OBSGIT.gpg > /dev/null sudo apt update sudo apt install osc
Récupérer les paquets binaires directement
Ajouter le dépôt et installer manuellement
Pour RHEL 8, exécutez en tant que root :
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/home:adrianSuSE:OBSGIT/RHEL_8/home:adrianSuSE:OBSGIT.repo yum install osc
Pour RHEL 7, exécutez en tant que root :
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/home:adrianSuSE:OBSGIT/RHEL_7/home:adrianSuSE:OBSGIT.repo yum install osc
Récupérer les paquets binaires directement
Ajouter le dépôt et installer manuellement
Pour ScientificLinux 7, exécutez en tant que root :
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/home:adrianSuSE:OBSGIT/ScientificLinux_7/home:adrianSuSE:OBSGIT.repo yum install osc
Récupérer les paquets binaires directement
Ajouter le dépôt et installer manuellement
Pour openSUSE 15.3, exécutez en tant que root :
zypper addrepo https://download.opensuse.org/repositories/home:adrianSuSE:OBSGIT/openSUSE_15.3/home:adrianSuSE:OBSGIT.repo zypper refresh zypper install osc
Pour SLE 15 SP3, exécutez en tant que root :
zypper addrepo https://download.opensuse.org/repositories/home:adrianSuSE:OBSGIT/SLE_15_SP3/home:adrianSuSE:OBSGIT.repo zypper refresh zypper install osc
Pour SLE 15 SP2, exécutez en tant que root :
zypper addrepo https://download.opensuse.org/repositories/home:adrianSuSE:OBSGIT/SLE_15_SP2/home:adrianSuSE:OBSGIT.repo zypper refresh zypper install osc
Pour SLE 15 SP1, exécutez en tant que root :
zypper addrepo https://download.opensuse.org/repositories/home:adrianSuSE:OBSGIT/SLE_15_SP1/home:adrianSuSE:OBSGIT.repo zypper refresh zypper install osc
Pour SLE 15, exécutez en tant que root :
zypper addrepo https://download.opensuse.org/repositories/home:adrianSuSE:OBSGIT/SLE_15/home:adrianSuSE:OBSGIT.repo zypper refresh zypper install osc
Pour SLE 12 SP5, exécutez en tant que root :
zypper addrepo https://download.opensuse.org/repositories/home:adrianSuSE:OBSGIT/SLE_12_SP5/home:adrianSuSE:OBSGIT.repo zypper refresh zypper install osc
Pour SLE 12 SP4, exécutez en tant que root :
zypper addrepo https://download.opensuse.org/repositories/home:adrianSuSE:OBSGIT/SLE_12_SP4/home:adrianSuSE:OBSGIT.repo zypper refresh zypper install osc
Pour SLE 12 SP3, exécutez en tant que root :
zypper addrepo https://download.opensuse.org/repositories/home:adrianSuSE:OBSGIT/SLE_12_SP3/home:adrianSuSE:OBSGIT.repo zypper refresh zypper install osc
Pour SLE 12 SP1, exécutez en tant que root :
zypper addrepo https://download.opensuse.org/repositories/home:adrianSuSE:OBSGIT/SLE_12_SP1/home:adrianSuSE:OBSGIT.repo zypper refresh zypper install osc
Récupérer les paquets binaires directement
Ajouter le dépôt et installer manuellement
Pour xUbuntu 21.10, exécutez :
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:/adrianSuSE:/OBSGIT/xUbuntu_21.10/ /' | sudo tee /etc/apt/sources.list.d/home:adrianSuSE:OBSGIT.list curl -fsSL https://download.opensuse.org/repositories/home:adrianSuSE:OBSGIT/xUbuntu_21.10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_adrianSuSE_OBSGIT.gpg > /dev/null sudo apt update sudo apt install osc
Pour xUbuntu 21.04, exécutez :
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:/adrianSuSE:/OBSGIT/xUbuntu_21.04/ /' | sudo tee /etc/apt/sources.list.d/home:adrianSuSE:OBSGIT.list curl -fsSL https://download.opensuse.org/repositories/home:adrianSuSE:OBSGIT/xUbuntu_21.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_adrianSuSE_OBSGIT.gpg > /dev/null sudo apt update sudo apt install osc
Pour xUbuntu 20.04, exécutez :
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:/adrianSuSE:/OBSGIT/xUbuntu_20.04/ /' | sudo tee /etc/apt/sources.list.d/home:adrianSuSE:OBSGIT.list curl -fsSL https://download.opensuse.org/repositories/home:adrianSuSE:OBSGIT/xUbuntu_20.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_adrianSuSE_OBSGIT.gpg > /dev/null sudo apt update sudo apt install osc
Pour xUbuntu 19.10, exécutez :
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:/adrianSuSE:/OBSGIT/xUbuntu_19.10/ /' | sudo tee /etc/apt/sources.list.d/home:adrianSuSE:OBSGIT.list curl -fsSL https://download.opensuse.org/repositories/home:adrianSuSE:OBSGIT/xUbuntu_19.10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_adrianSuSE_OBSGIT.gpg > /dev/null sudo apt update sudo apt install osc
Pour xUbuntu 19.04, exécutez :
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:/adrianSuSE:/OBSGIT/xUbuntu_19.04/ /' | sudo tee /etc/apt/sources.list.d/home:adrianSuSE:OBSGIT.list curl -fsSL https://download.opensuse.org/repositories/home:adrianSuSE:OBSGIT/xUbuntu_19.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_adrianSuSE_OBSGIT.gpg > /dev/null sudo apt update sudo apt install osc
Pour xUbuntu 18.10, exécutez :
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:/adrianSuSE:/OBSGIT/xUbuntu_18.10/ /' | sudo tee /etc/apt/sources.list.d/home:adrianSuSE:OBSGIT.list curl -fsSL https://download.opensuse.org/repositories/home:adrianSuSE:OBSGIT/xUbuntu_18.10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_adrianSuSE_OBSGIT.gpg > /dev/null sudo apt update sudo apt install osc
Pour xUbuntu 18.04, exécutez :
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:/adrianSuSE:/OBSGIT/xUbuntu_18.04/ /' | sudo tee /etc/apt/sources.list.d/home:adrianSuSE:OBSGIT.list curl -fsSL https://download.opensuse.org/repositories/home:adrianSuSE:OBSGIT/xUbuntu_18.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_adrianSuSE_OBSGIT.gpg > /dev/null sudo apt update sudo apt install osc
Pour xUbuntu 17.04, exécutez :
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:/adrianSuSE:/OBSGIT/xUbuntu_17.04/ /' | sudo tee /etc/apt/sources.list.d/home:adrianSuSE:OBSGIT.list curl -fsSL https://download.opensuse.org/repositories/home:adrianSuSE:OBSGIT/xUbuntu_17.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_adrianSuSE_OBSGIT.gpg > /dev/null sudo apt update sudo apt install osc
Pour xUbuntu 16.10, exécutez :
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:/adrianSuSE:/OBSGIT/xUbuntu_16.10/ /' | sudo tee /etc/apt/sources.list.d/home:adrianSuSE:OBSGIT.list curl -fsSL https://download.opensuse.org/repositories/home:adrianSuSE:OBSGIT/xUbuntu_16.10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_adrianSuSE_OBSGIT.gpg > /dev/null sudo apt update sudo apt install osc
Récupérer les paquets binaires directement
Ajouter le dépôt et installer manuellement
Pour Univention 4.4, exécutez en tant que root :
echo 'deb http://download.opensuse.org/repositories/home:/adrianSuSE:/OBSGIT/Univention_4.4/ /' > /etc/apt/sources.list.d/home:adrianSuSE:OBSGIT.list wget -nv https://download.opensuse.org/repositories/home:adrianSuSE:OBSGIT/Univention_4.4/Release.key -O Release.key apt-key add - < Release.key apt-get update apt-get install osc
Pour Univention 4.3, exécutez en tant que root :
echo 'deb http://download.opensuse.org/repositories/home:/adrianSuSE:/OBSGIT/Univention_4.3/ /' > /etc/apt/sources.list.d/home:adrianSuSE:OBSGIT.list wget -nv https://download.opensuse.org/repositories/home:adrianSuSE:OBSGIT/Univention_4.3/Release.key -O Release.key apt-key add - < Release.key apt-get update apt-get install osc
Récupérer les paquets binaires directement
Ajouter le dépôt et installer manuellement
Pour Fedora 35, exécutez en tant que root :
?
Pour Fedora 34, exécutez en tant que root :
?