Welcome to the Pacman bug collection. Please search the current bugs and feature requests before filing a new one! Use advanced search and select "Search in Comments".
* Please select the correct category and version.
* Write a descriptive summary, background info, and provide a reproduceable test case whenever possible.
* Please select the correct category and version.
* Write a descriptive summary, background info, and provide a reproduceable test case whenever possible.
FS#4182 - Total Download Size
Attached to Project:
Pacman
Opened by Roman Kyrylych (Romashka) - Friday, 17 March 2006, 08:08 GMT-5
Last edited by Roman Kyrylych (Romashka) - Sunday, 21 October 2007, 11:40 GMT-5
Opened by Roman Kyrylych (Romashka) - Friday, 17 March 2006, 08:08 GMT-5
Last edited by Roman Kyrylych (Romashka) - Sunday, 21 October 2007, 11:40 GMT-5
|
DetailsCurrently Pacman shows Total Package Size which is the size of all packages that are going to be installed including those that are in /var/cache/pacman/pkg/.
I propose to add Total Download Size that will show the size of packages that are going to be downloaded (those that are not in /var/cache/pacman/pkg/). |
Closed by Roman Kyrylych (Romashka)
Sunday, 21 October 2007, 11:40 GMT-5
Reason for closing: Implemented
Additional comments about closing: in git
Sunday, 21 October 2007, 11:40 GMT-5
Reason for closing: Implemented
Additional comments about closing: in git
Pacman 3 displays both "Total
Package Size" and "Total Installed Size" assuming the repo is
generated with the new tools to include uncompressed size.
But the request was about Total *Download* Size. Which is the size of compressed files, that are going to be _downloaded_, which doesn't include packages already in cache.
The repo-add script is currently the only way to add this data- future tools should incorporate it as well.
Pacman does not show the size of packages that will be _downloaded_, which is = totalsize - cachedsize.
User has no idea how much of Total Package Size is already on his/her HDD.