podman from home:buluma project

Select Your Operating System

For CentOS 9 Stream run the following as root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:buluma/CentOS_9_Stream/home:buluma.repo
yum install podman
For CentOS 8 Stream run the following as root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:buluma/CentOS_8_Stream/home:buluma.repo
yum install podman
For CentOS 7 run the following as root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:buluma/CentOS_7/home:buluma.repo
yum install podman
For Debian Testing 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:/buluma/Debian_Testing/ /' | sudo tee /etc/apt/sources.list.d/home:buluma.list
curl -fsSL https://download.opensuse.org/repositories/home:buluma/Debian_Testing/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_buluma.gpg > /dev/null
sudo apt update
sudo apt install podman
For Debian 11 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:/buluma/Debian_11/ /' | sudo tee /etc/apt/sources.list.d/home:buluma.list
curl -fsSL https://download.opensuse.org/repositories/home:buluma/Debian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_buluma.gpg > /dev/null
sudo apt update
sudo apt install podman
For Debian 10 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:/buluma/Debian_10/ /' | sudo tee /etc/apt/sources.list.d/home:buluma.list
curl -fsSL https://download.opensuse.org/repositories/home:buluma/Debian_10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_buluma.gpg > /dev/null
sudo apt update
sudo apt install podman
For Fedora Rawhide run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:buluma/Fedora_Rawhide/home:buluma.repo
dnf install podman
For Fedora 37 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:buluma/Fedora_37/home:buluma.repo
dnf install podman
For openSUSE Leap 15.4 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:buluma/openSUSE_Leap_15.4/home:buluma.repo
zypper refresh
zypper install podman
For xUbuntu 22.10 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:/buluma/xUbuntu_22.10/ /' | sudo tee /etc/apt/sources.list.d/home:buluma.list
curl -fsSL https://download.opensuse.org/repositories/home:buluma/xUbuntu_22.10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_buluma.gpg > /dev/null
sudo apt update
sudo apt install podman
For xUbuntu 22.04 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:/buluma/xUbuntu_22.04/ /' | sudo tee /etc/apt/sources.list.d/home:buluma.list
curl -fsSL https://download.opensuse.org/repositories/home:buluma/xUbuntu_22.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_buluma.gpg > /dev/null
sudo apt update
sudo apt install podman
For xUbuntu 20.04 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:/buluma/xUbuntu_20.04/ /' | sudo tee /etc/apt/sources.list.d/home:buluma.list
curl -fsSL https://download.opensuse.org/repositories/home:buluma/xUbuntu_20.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_buluma.gpg > /dev/null
sudo apt update
sudo apt install podman
For xUbuntu 18.04 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:/buluma/xUbuntu_18.04/ /' | sudo tee /etc/apt/sources.list.d/home:buluma.list
curl -fsSL https://download.opensuse.org/repositories/home:buluma/xUbuntu_18.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_buluma.gpg > /dev/null
sudo apt update
sudo apt install podman