Apt-get displays the total size of all downloads required for an upgrade or install. I was wondering if we could get the size of each package that is going to be downloaded as well? An aptitude solution would be useful as well.

link|improve this question
feedback

1 Answer

up vote 0 down vote accepted

You can use the aptitude curses interface for this. Start aptitude without any parameters

sudo aptitude

Then find the package(s) you want to install (you can for example press 'l' and enter the package name to find it). Press '+' to mark it for installation (repeat for other packages). Press 'g' to apply changes. Here you will see next to each package the size change.

If you want to modify what you see, you can go to Options and modify 'The display format for package views'. E.g you could include %D to show the package size.

Look here for a reference of available options Customizing the Package List

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.