Results 1 to 3 of 3
Hi folks,
Ubuntu 8.04 workstation
Just installed 3 packages on repo but forgot their names. Please advise how to find these last installed 3 packages.
TIA
B.R.
satimis...
- 03-04-2009 #1Linux Guru
- Join Date
- Sep 2004
- Posts
- 1,546
[SOLVED] How to find the installed packages
Hi folks,
Ubuntu 8.04 workstation
Just installed 3 packages on repo but forgot their names. Please advise how to find these last installed 3 packages.
TIA
B.R.
satimis
- 03-04-2009 #2
If you are using Synaptic then check out History in its Menu.
There are a few other ways too but none is precise.
/var/lib/dpkg/info/ folder stores info of all installed packages and you can sort its files.
Code:ls -lrt /var/lib/dpkg/info/*.list
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 03-05-2009 #3Linux Guru
- Join Date
- Sep 2004
- Posts
- 1,546
Hi devils casper,
I found them there. Thanks
Yes, the above command displays the installed packages according to date and time precisely.There are a few other ways too but none is precise.
/var/lib/dpkg/info/ folder stores info of all installed packages and you can sort its files.
Code:ls -lrt /var/lib/dpkg/info/*.list
Thanks
B.R.
satimis



