FS#7794 - Show number of pakages to be installed.
Attached to Project:
Pacman
Opened by Jason Robinson (archuser) - Sunday, 12 August 2007, 09:40 GMT
Last edited by Xavier (shining) - Wednesday, 30 July 2008, 12:10 GMT
Opened by Jason Robinson (archuser) - Sunday, 12 August 2007, 09:40 GMT
Last edited by Xavier (shining) - Wednesday, 30 July 2008, 12:10 GMT
|
Details
Just a small request that isn't major important, but it
would be nice if pacman was to show the number of packages
to be installed.
Example: Targets: package_1 package_2 package_3 package_4 Number of Packages: 4 Obviously it is only a benefit when there are lots of packages but, still, it'd be nice to know. Cheers |
This task depends upon
Closed by Xavier (shining)
Wednesday, 30 July 2008, 12:10 GMT
Reason for closing: Fixed
Additional comments about closing: fixed in 8877c88defdd
Wednesday, 30 July 2008, 12:10 GMT
Reason for closing: Fixed
Additional comments about closing: fixed in 8877c88defdd
Anybody care to do a patch please?
To me, it would just clutters the output with a not so interesting information.
In my opinion, informations like the following are more useful :
http://bugs.archlinux.org/task/7506
I don't care much about the number of packages. I think the total download size (and maybe also individual ones),
as well as the extra space used are more interesting.
I think I was pretty happy with apt-get output, but don't remember exactly what it showed / didn't show. I would need to check that back :)
Maybe the total number of packages could be displayed in a less intrusive way.
If I need 500 packages to install gnome then I would rather see: Number of Packages: 500, rather than the list of 500 packages.
Any of this information could be enabled and disabled in the config file so you only display what you want to display.
Targets [4] : package_1 package_2 package_3 package_4
I'm personally impartial to the matter.
But, don't you need to change the list_display function for your patch to work?