Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

how to check apt upgradable size

for package in `/usr/bin/apt-show-versions -u | tr ' ' / | cut -f1,6 -d'/' | tr / =` ; do echo -n $package ; sudo apt-cache show $package | grep '^Size:' | cut -d: -f2 ; done | sort -k2 -n
Comment

PREVIOUS NEXT
Code Example
Shell :: powershell get-aduser global catalog 
Shell :: arch symlink 
Shell :: tiger vnc faster 
Shell :: eslint src multiple extensions 
Shell :: how to install pm2 in obunto without npm 
Shell :: Restore postgres script file 
Shell :: command line see whole file contents 
Shell :: explicitly pull images from docker hub and list them on your terminal 
Shell :: install openzeppelin dependencies for hardhat enviroment 
Shell :: Find specific directory in specific path in linux 
Shell :: terminal grep get line with length 
Shell :: fish function to change php version devilbox .env 
Shell :: bash complete 
Shell :: delete 1st row csv for hive table 
Shell :: install codium Fedora 
Shell :: after git merge it want to commit message 
Shell :: ps create empty file 
Shell :: rsync limit download 
Shell :: ssh configuration packet tracer 
Shell :: combine files with header bash 
Shell :: kill user tty sessions terminal 
Shell :: express-rate-limit github 
Shell :: dgvai/laravel-adminlte-components 
Shell :: ldocker comand list of images 
Shell :: http://ppa.launchpad.net/rabbitmq/rabbitmq-erlang/ubuntu focal main 
Shell :: How to enable minimize on click of doc icon 
Shell :: is outside repository at 
Shell :: var/lib/dpkg/info/ubuntu-advantage-tools.prerm:%20py3clean:%20not%20found 
Shell :: rkunter after get ubuntu new release 
Shell :: how to set umask in bashrs in linux 
ADD CONTENT
Topic
Content
Source link
Name
8+9 =