python3-kiwi from Virtualization:Appliances:Staging project
Select Your Operating System
Add repository and install manually
For CentOS 10 run the following as root:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/Virtualization:Appliances:Staging/CentOS_10/Virtualization:Appliances:Staging.repo yum install python3-kiwi
Grab binary packages directly
Add repository and install manually
For Fedora Rawhide run the following as root:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/Virtualization:Appliances:Staging/Fedora_Rawhide/Virtualization:Appliances:Staging.repo dnf install python3-kiwi
For Fedora 43 run the following as root:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/Virtualization:Appliances:Staging/Fedora_43/Virtualization:Appliances:Staging.repo dnf install python3-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 python3-kiwi
Grab binary packages directly
Add repository and install manually
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 python3-kiwi
Grab binary packages directly
Add repository and install manually
For xUbuntu 24.04 x86 64 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/Virtualization:/Appliances:/Staging/xUbuntu_24.04_x86_64/ /' | sudo tee /etc/apt/sources.list.d/Virtualization:Appliances:Staging.list curl -fsSL https://download.opensuse.org/repositories/Virtualization:Appliances:Staging/xUbuntu_24.04_x86_64/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/Virtualization_Appliances_Staging.gpg > /dev/null sudo apt update sudo apt install python3-kiwi
For xUbuntu 24.04 aarch64 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/Virtualization:/Appliances:/Staging/xUbuntu_24.04_aarch64/ /' | sudo tee /etc/apt/sources.list.d/Virtualization:Appliances:Staging.list curl -fsSL https://download.opensuse.org/repositories/Virtualization:Appliances:Staging/xUbuntu_24.04_aarch64/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/Virtualization_Appliances_Staging.gpg > /dev/null sudo apt update sudo apt install python3-kiwi
Grab binary packages directly
Add repository and install manually
For SLFO run the following as root:
?
For Debian 12 x86 64 run the following as root:
?
For Debian 12 aarch64 run the following as root:
?