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 :: code blocks install ubuntu 
Shell :: increment number bash 
Shell :: xclip string to clipboard 
Shell :: change zsh to bash 
Shell :: install yacc on ubuntu 
Shell :: how to stop mongodb in linux 
Shell :: snap install pycharm 
Shell :: unity logcat 
Shell :: install rspec globally 
Shell :: check git current branch 
Shell :: Install dia for linux ubuntu 
Shell :: how to see all the extension installed in visual studio code 
Shell :: install jquery npm 
Shell :: see all apps linux 
Shell :: uncompress tar 
Shell :: chrome skia shader compilation error 
Shell :: Gem::LoadError : "ed25519 is not part of the bundle. Add it to your Gemfile." 
Shell :: The upstream branch of your current branch does not match the name of your current branch. 
Shell :: install opencv apt 
Shell :: compress folder in tar.gz unix 
Shell :: How to restart MongoDB in Linux 
Shell :: copy ssh keys to remote server windows 10 openSSH 
Shell :: linux check cpu core 
Shell :: force install npm 
Shell :: check open port linux 
Shell :: brew Failure while executing; `/bin/launchctl bootstrap gui/501 /Users/webhasan/Library/LaunchAgents/homebrew.mxcl.httpd.plist` exited with 5. 
Shell :: powershell beeb 
Shell :: powershell change hostname 
Shell :: install nodemcu in arduino 
Shell :: find files created in last 20 days 
ADD CONTENT
Topic
Content
Source link
Name
5+7 =