python-coverage from systemsmanagement:saltstack:products project
Изберете Вашата Операционна Система
Добави хранилище и инсталирай ръчно
For openSUSE Tumbleweed run the following as root:
zypper addrepo https://download.opensuse.org/repositories/systemsmanagement:saltstack:products/openSUSE_Tumbleweed/systemsmanagement:saltstack:products.repo zypper refresh zypper install python-coverage
For openSUSE Leap 42.3 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/systemsmanagement:saltstack:products/openSUSE_Leap_42.3/systemsmanagement:saltstack:products.repo zypper refresh zypper install python-coverage
For openSUSE Leap 15.2 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/systemsmanagement:saltstack:products/openSUSE_Leap_15.2/systemsmanagement:saltstack:products.repo zypper refresh zypper install python-coverage
For openSUSE Leap 15.1 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/systemsmanagement:saltstack:products/openSUSE_Leap_15.1/systemsmanagement:saltstack:products.repo zypper refresh zypper install python-coverage
For openSUSE Leap 15.0 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/systemsmanagement:saltstack:products/openSUSE_Leap_15.0/systemsmanagement:saltstack:products.repo zypper refresh zypper install python-coverage
Grab binary packages directly
Добави хранилище и инсталирай ръчно
For RHEL 7 run the following as root:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/systemsmanagement:saltstack:products/RHEL_7/systemsmanagement:saltstack:products.repo yum install python-coverage
For RHEL 6 run the following as root:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/systemsmanagement:saltstack:products/RHEL_6/systemsmanagement:saltstack:products.repo yum install python-coverage
Grab binary packages directly
Добави хранилище и инсталирай ръчно
For openSUSE Leap 15.3 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/systemsmanagement:saltstack:products/openSUSE_Leap_15.3/systemsmanagement:saltstack:products.repo zypper refresh zypper install python-coverage
For SLE 15 SP3 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/systemsmanagement:saltstack:products/SLE_15_SP3/systemsmanagement:saltstack:products.repo zypper refresh zypper install python-coverage
For SLE 15 SP2 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/systemsmanagement:saltstack:products/SLE_15_SP2/systemsmanagement:saltstack:products.repo zypper refresh zypper install python-coverage
For SLE 15 SP1 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/systemsmanagement:saltstack:products/SLE_15_SP1/systemsmanagement:saltstack:products.repo zypper refresh zypper install python-coverage
For SLE 15 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/systemsmanagement:saltstack:products/SLE_15/systemsmanagement:saltstack:products.repo zypper refresh zypper install python-coverage
For SLE 12 SP5 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/systemsmanagement:saltstack:products/SLE_12_SP5/systemsmanagement:saltstack:products.repo zypper refresh zypper install python-coverage
For SLE 12 SP4 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/systemsmanagement:saltstack:products/SLE_12_SP4/systemsmanagement:saltstack:products.repo zypper refresh zypper install python-coverage
For SLE 12 SP3 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/systemsmanagement:saltstack:products/SLE_12_SP3/systemsmanagement:saltstack:products.repo zypper refresh zypper install python-coverage
For SLE 12 SP2 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/systemsmanagement:saltstack:products/SLE_12_SP2/systemsmanagement:saltstack:products.repo zypper refresh zypper install python-coverage
For SLE 11 SP4 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/systemsmanagement:saltstack:products/SLE_11_SP4/systemsmanagement:saltstack:products.repo zypper refresh zypper install python-coverage
Grab binary packages directly
Добави хранилище и инсталирай ръчно
За xUbuntu 18.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/systemsmanagement:/saltstack:/products/xUbuntu_18.04/ /' | sudo tee /etc/apt/sources.list.d/systemsmanagement:saltstack:products.list curl -fsSL https://download.opensuse.org/repositories/systemsmanagement:saltstack:products/xUbuntu_18.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/systemsmanagement_saltstack_products.gpg > /dev/null sudo apt update sudo apt install python-coverage