python-rpm-macros from home:agraul:uyuni-client-tools project

Operációs rendszer kiválasztása

Ehhez: CentOS 7 futtassa a következőt root-ként:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:agraul:uyuni-client-tools/CentOS_7/home:agraul:uyuni-client-tools.repo
yum install python-rpm-macros
Ehhez: EL 8 futtassa a következőt root-ként:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:agraul:uyuni-client-tools/EL_8/home:agraul:uyuni-client-tools.repo
yum install python-rpm-macros
Ehhez: SLE15 futtassa a következőt root-ként:
zypper addrepo https://download.opensuse.org/repositories/home:agraul:uyuni-client-tools/SLE15/home:agraul:uyuni-client-tools.repo
zypper refresh
zypper install python-rpm-macros
Ehhez: SLE12 futtassa a következőt root-ként:
zypper addrepo https://download.opensuse.org/repositories/home:agraul:uyuni-client-tools/SLE12/home:agraul:uyuni-client-tools.repo
zypper refresh
zypper install python-rpm-macros
For Ubuntu24.04-debbuild 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:/agraul:/uyuni-client-tools/Ubuntu24.04-debbuild/ /' | sudo tee /etc/apt/sources.list.d/home:agraul:uyuni-client-tools.list
curl -fsSL https://download.opensuse.org/repositories/home:agraul:uyuni-client-tools/Ubuntu24.04-debbuild/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_agraul_uyuni-client-tools.gpg > /dev/null
sudo apt update
sudo apt install python-rpm-macros
For Ubuntu22.04-debbuild 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:/agraul:/uyuni-client-tools/Ubuntu22.04-debbuild/ /' | sudo tee /etc/apt/sources.list.d/home:agraul:uyuni-client-tools.list
curl -fsSL https://download.opensuse.org/repositories/home:agraul:uyuni-client-tools/Ubuntu22.04-debbuild/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_agraul_uyuni-client-tools.gpg > /dev/null
sudo apt update
sudo apt install python-rpm-macros
For Ubuntu20.04-debbuild 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:/agraul:/uyuni-client-tools/Ubuntu20.04-debbuild/ /' | sudo tee /etc/apt/sources.list.d/home:agraul:uyuni-client-tools.list
curl -fsSL https://download.opensuse.org/repositories/home:agraul:uyuni-client-tools/Ubuntu20.04-debbuild/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_agraul_uyuni-client-tools.gpg > /dev/null
sudo apt update
sudo apt install python-rpm-macros