python-kiwi from Virtualization:Appliances:Staging project

Select Your Operating System

For Arch Linux, edit /etc/pacman.conf and add the following (note that the order of repositories in pacman.conf is important, since pacman always downloads the first found package):
[Virtualization_Appliances_Staging_Arch_Linux]
Server = https://download.opensuse.org/repositories/Virtualization:/Appliances:/Staging/Arch_Linux/$arch
Then run the following as root
key=$(curl -fsSL https://download.opensuse.org/repositories/Virtualization:Appliances:Staging/Arch_Linux/$(uname -m)/Virtualization_Appliances_Staging_Arch_Linux.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 Virtualization_Appliances_Staging_Arch_Linux/python-kiwi
For CentOS 9 run the following as root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/Virtualization:Appliances:Staging/CentOS_9/Virtualization:Appliances:Staging.repo
yum install python-kiwi

Packages for CentOS 9:

For Fedora Rawhide run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/Virtualization:Appliances:Staging/Fedora_Rawhide/Virtualization:Appliances:Staging.repo
dnf install python-kiwi
For Fedora 39 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/Virtualization:Appliances:Staging/Fedora_39/Virtualization:Appliances:Staging.repo
dnf install python-kiwi
For Fedora 38 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/Virtualization:Appliances:Staging/Fedora_38/Virtualization:Appliances:Staging.repo
dnf install python-kiwi

Packages for Fedora Rawhide:

Packages for Fedora 39:

Packages for Fedora 38:

For openSUSE Tumbleweed run the following as root:
zypper addrepo https://download.opensuse.org/repositories/Virtualization:Appliances:Staging/openSUSE_Tumbleweed/Virtualization:Appliances:Staging.repo
zypper refresh
zypper install python-kiwi

Packages for openSUSE Tumbleweed:

For openSUSE Leap 15.5 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/Virtualization:Appliances:Staging/openSUSE_Leap_15.5/Virtualization:Appliances:Staging.repo
zypper refresh
zypper install python-kiwi
For openSUSE Leap 15.4 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/Virtualization:Appliances:Staging/openSUSE_Leap_15.4/Virtualization:Appliances:Staging.repo
zypper refresh
zypper install python-kiwi

Packages for openSUSE Leap 15.5:

Packages for openSUSE Leap 15.4: