Skip to content

Instantly share code, notes, and snippets.

@nimula
Created April 29, 2020 08:39
Show Gist options
  • Save nimula/2088647eb947fc678d27a00565d3c275 to your computer and use it in GitHub Desktop.
Save nimula/2088647eb947fc678d27a00565d3c275 to your computer and use it in GitHub Desktop.
Install podman on linux mint
. /etc/upstream-release/lsb-release
sudo sh -c "echo 'deb https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/xUbuntu_${DISTRIB_RELEASE}/ /' > /etc/apt/sources.list.d/devel:kubic:libcontainers:stable.list"
curl -L https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/xUbuntu_${DISTRIB_RELEASE}/Release.key | sudo apt-key add -
sudo apt-get update -qq
sudo apt-get -qq -y install podman
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment