Written by defcon the 29 Feb 08 at 03:05.
Category: System.
Related project:
Nothing/Others.
Status: New
Rationale
Ever forget what all you have installed? I have and would love a history of what I have installed and what exactly has been upgraded so I am suggesting a History Feature.
Also an easy apt-get rollback "date" would be nice as well, or an option for the Update History to Roll back to a certain date/time or be able to review/edit what has been installed by the user. You could incorporate an option to restore Ubuntu to installation defaults to remove all packages that have been installed and downgrade to previous versions. I am sure these features could be used.
nevermind, you can find it in synaptic>file>history.
*but* it does not allow the option to easily revert back to these dates/times and 1 click remove what was done
* You can't search it
* You can't print it out
* You can't link it to the descriptions in the main body of the program
I try out tons of stuff and I like the command line. I can never remember what I've installed! I have to make a *manual list* by *writing down* the entries from the history screen! This is clearly nuts.
Having the history for Update Manager in a different application (Synaptic) is not a helpful user experience. Also, the extended descriptions that Update Manager gives are not available in Synaptic.
Just went to look today at the updates I installed yesterday with update manager, and they were not listed in Synaptic File->History. So, at least on Natty 11.04 not all updates are captured in the History area. Would really like this feature.
Not sure if it helps, but in /etc/apt/ there are history files of the actions taken at the commandline as well as the resulting displayed results. I used the following to find all of the extra packages I installed on top of Ubuntu server 11.10
zgrep --color=always 'get install' history.log*
That will grab any "apt-get install" line out of the history files, whether they are gzipped or not. Hope that helps folks.