Created
April 29, 2020 08:39
-
-
Save nimula/2088647eb947fc678d27a00565d3c275 to your computer and use it in GitHub Desktop.
Install podman on linux mint
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
. /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