Skip to content

Instantly share code, notes, and snippets.

@RodrigoDornelles
Created June 19, 2024 14:29
Show Gist options
  • Save RodrigoDornelles/b0ebe0ae713ede0c3847f096a2624424 to your computer and use it in GitHub Desktop.
Save RodrigoDornelles/b0ebe0ae713ede0c3847f096a2624424 to your computer and use it in GitHub Desktop.

How to install Podman 4 in Linux Mint

wget -O- "https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/unstable/xUbuntu_22.04/Release.key" | sudo gpg --dearmor -o /etc/apt/trusted.gpg.d/devel_kubic_libcontainers.gpg
echo "deb https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/unstable/xUbuntu_22.04/ /" | sudo tee /etc/apt/sources.list.d/devel:kubic:libcontainers:unstable.list
sudo apt -y update && sudo apt -y install podman
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment