# dpkg -l
I you want the list of packages along with the disk space they occupy use this variation.
# dpkg-query -W --showformat='${Installed-Size} ${Package}\n' | sort -nr | lessThis can be very useful if you install lot of packages and later decide to remove some of them to recover space.
No comments:
Post a Comment