Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

delete list of packages linux

grep "2015-12-19.*.install " /var/log/dpkg.log | 
awk '{ print $4 }' | cut -d: -f1 | xargs sudo apt remove -y
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 :: how to check if virtualization is enabled in bios in manjaro 
Shell :: linux command find program 
Shell :: bash add default argument 
Shell :: how to register nuget repository powershell 
Shell :: enale scp in ubuntu 
Shell :: rename files linux 
Shell :: set background image in linux cmd 
Shell :: kubectl patch annotation 
Shell :: aws create repository cli 
Shell :: linux split file by lines 
Shell :: git clone only single file 
Shell :: parrot os postman download 
Shell :: find ubuntu usb port tty 
Shell :: photoview github 
Shell :: zsh terminal 
Shell :: uninstall vlc from terminal 
Shell :: chown recursive 
Shell :: how to commit files in github 
Shell :: remote host identification has changed 
Shell :: how to compress files in powershell 
Shell :: how to create a worker service 
Shell :: git rename other branch 
Shell :: how to delete local master branch in git 
Shell :: uninstall editable pip 
Shell :: ffmpeg change audio codec from m4a to mp3 
Shell :: grep usage 
Shell :: Security Intelligence Update for Microsoft Defender Antivirus - KB2267602 (Version 1.349.1234.0) 
Shell :: install bottom navigation in native 
Shell :: fedora error while loading shared libraries: libgconf-2.so.4: cannot open shared object file: No such file or directory 
Shell :: drupal update config install 
ADD CONTENT
Topic
Content
Source link
Name
2+4 =