Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

How to remove docker.io from Ubuntu?

sudo apt-cache policy docker* (This checks what version of docker is installed, along with its dependencies)
sudo apt purge docker.io (This removes docker.io package)
sudo apto autoremove (This removes the bridge-utils dependency package)
cd /etc/docker ; sudo rm -rf docker ; sudo rm -rf /var/lib/docker
sudo rm /etc/apparmor.d/docker
sudo groupdel docker
sudo rm -rf /var/run/docker.sock
Comment

PREVIOUS NEXT
Code Example
Shell :: fedora how to uninstall snapd 
Shell :: bash copy file and rename 
Shell :: install node on ubuntu 
Shell :: remove global packages npm 
Shell :: image converter linux 
Shell :: gnutls_handshake() failed: An unexpected TLS packet was received. 
Shell :: how to install zsh in fedora 
Shell :: unzip tar.xz linux 
Shell :: bash array of strings 
Shell :: erlang clear shell 
Shell :: mac terminal unzip to directory 
Shell :: flutter ci cd gitlab 
Shell :: git Already up to date. 
Shell :: apt install slack 
Shell :: rename all files in a folder with progressive numbers linux 
Shell :: check ram in linux 
Shell :: install vue-material 
Shell :: conda install multiprocess 
Shell :: add user ubuntu 20.04 
Shell :: install apollo server 
Shell :: Could not resolve dependency: peer @angular/common@"^8.0.0" from @ng-bootstrap/ng-bootstrap@5.3.1 
Shell :: turn off jenkins mac 
Shell :: linux run background 
Shell :: Error: Command failed: adb shell am start -n 
Shell :: next js npm install 
Shell :: git create branch from tag 
Shell :: yarn start error error listen EADDRINUSE: address already in use :::8081. 
Shell :: git pull branch 
Shell :: git global config location 
Shell :: how to return latest version in github 
ADD CONTENT
Topic
Content
Source link
Name
5+7 =