Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

get podman 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-get update
sudo apt-get -y upgrade
sudo apt-get -y install podman
Comment

PREVIOUS NEXT
Code Example
Shell :: git commit changes to different branch 
Shell :: git push origin master 
Shell :: search commit git 
Shell :: how to unmerge branch in git 
Shell :: docker prune -a 
Shell :: how to view all processes in powershell 
Shell :: linux check docker version 
Shell :: fetching a forked branch 
Shell :: curl ssl verify false c 
Shell :: find and kill the process on a specific port windows 
Shell :: array length bash 
Shell :: terminal not opening ubuntu 
Shell :: npm install dev dependencies only 
Shell :: rename python3 to python 
Shell :: bittorrent download linux 
Shell :: install font awesome linux 
Shell :: find all files with 777 permissions 
Shell :: while loop bash 
Shell :: docker execute command in container 
Shell :: wireshark para ubuntu 
Shell :: apt install xfce 
Shell :: list files by last modified linux 
Shell :: uninstall multipass 
Shell :: how to run eslint on the whole project 
Shell :: pause bash script 
Shell :: remove users from linux 
Shell :: bash array of strings 
Shell :: virtual host apache 
Shell :: install ros foxy 
Shell :: sourcetree change commit message 
ADD CONTENT
Topic
Content
Source link
Name
5+6 =