Ubuntu QA:
BlogBrainstormPackage status
Log in
Ubuntu QA
The Ubuntu community has contributed 12357 ideas, 58479 comments, 1187050 votes

Idea #1174: Aptitude install summary



up
15
down
Written by darling the 29 Feb 08 at 09:26. Category: System.
Related to: Nothing/Others. Status: New
Description
Aptitude should (optionally) show some report after installing packages. Now, it simply installs the packages, and resets its user interface. Even the 'search parameters' are cleared. So after clicking 'apply' I cannot see which packages I actually installed, and I don't have a clue where to look to use the new applications.
But all the info is nicely available. If you search again for the packages you installed, you can see a list of 'installed files'. That helps a lot, but is a pita to look it up again.

After installing the packages, I'd like to see a window with
'You just installed packages x,y and z
* New CLI commands are `dpkg -L x y z | grep '/usr/bin/'`
* Newly installed menu items can be found through
`dpkg -L x y z | grep '/menu/'` and `dpkg -L x y z | grep '\.desktop'`
* Documentation is found at `dpkg -L x y z | grep '/doc/'`
and `dpkg -L x y z | grep '/share/man/'

Hmm, now that I did the effort to find out the relevant commands, I guess I could just as well have implemented it myself ;-)
Tags: (none)

Attachments
No attachments.


Duplicates


Comments
Josti wrote on the 29 Feb 08 at 09:30
Nice Idea, but I would like to see it as an optional feature for not overloading the user interface.

I think of a acheckbox under the one for auto-closing the window after install or something similar

darling wrote on the 29 Feb 08 at 09:35
@josti: Absolutely, that's exactly what I wrote. (optionally)
Maybe we could use those annoying 'Hide this window next time' checkbox ;-)


Post your comment