Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

uninstall packages linux terminal

$ sudo apt-get --purge remove {PACKAGE_NAME}
Comment

linux uninstall package

sudo apt-get remove <package name here>
Comment

linux remove packages

dpkg-query --show --showformat='${Package;-50}	${Installed-Size}
' | sort -k 2 -n | grep -v deinstall | awk '{printf "%.3f MB 	 %s
", $2/(1024), $1}'
Comment

PREVIOUS NEXT
Code Example
Shell :: embed a youtube video in github readme 
Shell :: How to upload a files to a repository on github using gitbash 
Shell :: how to install virtualenv in ubuntu 
Shell :: how to uninstall wps office in ubuntu 
Shell :: install helm ubuntu 
Shell :: command to check what version of django is installed 
Shell :: node in ubuntu 
Shell :: apply last stash git 
Shell :: heroku cli login 
Shell :: grub customizer ubuntu 
Shell :: git how to find original branch creator 
Shell :: ImportError: lxml not found, please install it 
Shell :: conda install pyaudio 
Shell :: how to remove all docker container at once 
Shell :: pyserial installing 
Shell :: delete all unstaged files git 
Shell :: install webpack cli 
Shell :: bash remove extension 
Shell :: install heroku cli windows 
Shell :: sbt download for ubuntu 
Shell :: install xmake 
Shell :: Error: ENOSPC: System limit for number of file watchers reached 
Shell :: brew install openssl 1.0 
Shell :: install qt creator ubuntu 20.04 
Shell :: list all users linux 
Shell :: brew not found 
Shell :: change message commit git 
Shell :: linux memory usage 
Shell :: bash if then else one line 
Shell :: wsl shutdown reboot 
ADD CONTENT
Topic
Content
Source link
Name
7+1 =