ubuntu:: podman install error

 

 

ERROR

Error: " E: Unable to locate package podman 

 

 


 

 

sudo apt update

# check release version
source /etc/os-release

# add 
echo "deb https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/xUbuntu_${VERSION_ID}/ /" | sudo tee /etc/apt/sources.list.d/devel:kubic:libcontainers:stable.list
curl -L "https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/xUbuntu_${VERSION_ID}/Release.key" | sudo apt-key add -


sudo apt update
sudo apt -y install podman

 

 

 

 

 

 

 

https://devcoops.com/install-podman-on-ubuntu-20-04/

 

How to install Podman on Ubuntu 20.04

If you try to install Podman on Ubuntu 20.04 with the default Ubuntu packages, the installation will fail with the following error: E: Unable to locate package podman. In this tutorial, I’m going to show you how to install Podman on Ubuntu 20.04.

devcoops.com

 

 

_

반응형