Checking Space in Linux System and Package Sizes


Checking Space in Linux System and Package Sizes

1) dpkg-query -W --showformat='${Installed-Size;10}\t${Package}\n' | sort -k1,1n


2) sudo apt-get install wajig
    wajig large


3) du --max-depth=1 /home/apotheosis | sort -n -r


Removing Package for Linux system

1)du --max-depth=1 /home/apotheosis | sort -n -r

Comments

Popular posts from this blog

LAWS OF PROGRAMMING

InterLocked synchronisation with Multithreading

Understanding CallBack function on Thread.