View Single Post
Posts: 1,048 | Thanked: 1,127 times | Joined on Jan 2010 @ Amsterdam
#666
Originally Posted by daniel_m View Post
And is it possible to see apps that have been installed but later de-installed? I'd like to clean up a little but I don't remember which apps I installed some time ago ...
Unfortunately, I have not found a dpkg.log file on my n900 (why is that anyway?), otherwise

Code:
grep install /var/log/dpkg.log
would have given you some info that looks allright for the human eye.

Instead, try

Code:
ls /var/lib/dpkg/info/*.list -lh
*

This will give you some info on when a package was last modified but as dpkg does not store the date of installation (afaik) this is the closest thing I found. Of course this works only so far, as autoremove leaves .list files behind where purge does no such thing.

* write the output to a text file for your convenience.

Last edited by anthonie; 2012-04-16 at 08:50.
 

The Following User Says Thank You to anthonie For This Useful Post: