BlogHow to Install Podman on Ubuntu 20.04[{"Id":"202111190758350257","ParentId":"20211119075609004315","Type":"Text","Sequence":1,"Attributes":{"Text":"For the developers out there following the development of Podman you will know that there is no one line command available to install Podman on Ubuntu 20.04."}},{"Id":"202111190801120544","ParentId":"20211119075609004315","Type":"Text","Sequence":2,"Attributes":{"Text":"However its very easy to install with the following procedure:"}},{"Id":"202111190759020732","ParentId":"20211119075609004315","Type":"Code","Sequence":3,"Attributes":{"Language":"html","Code":"curl -L "https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/xUbuntu_20.04/Release.key" | sudo apt-key add -"}},{"Id":"202111190759360512","ParentId":"20211119075609004315","Type":"Code","Sequence":4,"Attributes":{"Language":"html","Code":"echo "deb https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/xUbuntu_20.04/ /" | sudo tee /etc/apt/sources.list.d/devel:kubic:libcontainers:stable.list"}},{"Id":"202111190800010692","ParentId":"20211119075609004315","Type":"Code","Sequence":5,"Attributes":{"Language":"html","Code":"apt-get upgrade"}},{"Id":"202111190800020503","ParentId":"20211119075609004315","Type":"Code","Sequence":6,"Attributes":{"Language":"html","Code":"apt-get install podman"}},{"Id":"202111190802350876","ParentId":"20211119075609004315","Type":"Text","Sequence":7,"Attributes":{"Text":"You may use the same procedure also to install Podman on the default Ubuntu 20.04 installation of WSL2 (Windows Subsystem for Linux)"}},{"Id":"202111190804580811","ParentId":"20211119075609004315","Type":"Text","Sequence":8,"Attributes":{"Text":"As for the versions of Ubuntu newer than 20.04 your should be able to install Podman directly using the standard command:"}},{"Id":"202111190806250131","ParentId":"20211119075609004315","Type":"Code","Sequence":9,"Attributes":{"Language":"html","Code":"apt-get install podman"}}] Loading blog_post_recommendations...
|