Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

uninstall apt package ubuntu 20.04

$ sudo apt purge package-name
OR
$ sudo apt-get purge package-name
OR
$ sudo dpkg -P package-name
Comment

uninstall apt package ubuntu 20.04

$ sudo apt remove package-name
OR
$ sudo apt-get remove package-name
OR
$ sudo dpkg -r package-name
Comment

uninstall apt package ubuntu 20.04

$ apt --installed
OR
$ dpkg -l
Comment

PREVIOUS NEXT
Code Example
Shell :: apk remove package 
Shell :: run appimage apps on arch linux 
Shell :: grep search in file bash 
Shell :: how to fix There are stopped jobs in bash 
Shell :: xargs example with curl 
Shell :: mac kill process 
Shell :: install gulp gulp-util exited with code 1 
Shell :: force ssh to use password 
Shell :: locate file in KALI Linux 
Shell :: copy terminal settings ubuntu 
Shell :: add ssh key to github 
Shell :: warning: Pulling without specifying how to reconcile divergent branches is discouraged 
Shell :: howdy install 
Shell :: how to install emmet atom 
Shell :: vscode manually install extension 
Shell :: path too long while extracting zip file 
Shell :: docker-proxy port 80 
Shell :: how to do create diff file in git 
Shell :: run url in pip 
Shell :: index of string in shell 
Shell :: git discard changes 
Shell :: git rebase a local branch into my branch 
Shell :: installing maven using brew 
Shell :: y option in apt-get 
Shell :: instal ansible centos 7 
Shell :: kubernetes get persistent volume claims 
Shell :: remove all files named ubuntu 
Shell :: npm install, npm install for web developer 
Shell :: how to remove docker image 
Shell :: how to turn off mac display 
ADD CONTENT
Topic
Content
Source link
Name
3+3 =