Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

how to install podman in ubuntu

. /etc/os-release
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
Comment

sudo apt-get install podman

. /etc/os-release
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-get update
sudo apt-get -y upgrade
sudo apt-get -y install podman
Comment

PREVIOUS NEXT
Code Example
Shell :: install bun sh 
Shell :: install bunjs 
Shell :: pip upgrade command 
Shell :: g++ use c++20 
Shell :: add passphrase to ssh agent 
Shell :: how to extract rar file in ubuntu 
Shell :: how to create a shortcut in a batch file 
Shell :: find which process is using port mac 
Shell :: get mac address linux 
Shell :: convert csv to json powershell 
Shell :: extract file extension bash 
Shell :: v-restore-user command not found 
Shell :: git second commit 
Shell :: chrome ubuntu 
Shell :: how to change the name of a usb ubuntu] 
Shell :: git commit and tag 
Shell :: arch add fonts 
Shell :: delete remote git branch 
Shell :: proc folder 
Shell :: delete last commit from remote repo 
Shell :: git commit back in time 
Shell :: install emacs 
Shell :: ubuntu 20.04 uninstall all games 
Shell :: bash try catch 
Shell :: install openssh 
Shell :: yarn 2 outdated packages 
Shell :: debuild: command not found 
Shell :: connect to specific wifi device linux 
Shell :: ubuntu remove environment variable 
Shell :: linux list adb 
ADD CONTENT
Topic
Content
Source link
Name
8+2 =