Find the answer to your Linux question:
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...
  1. #1
    Linux 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

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    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

  3. #3
    Linux Guru
    Join Date
    Sep 2004
    Posts
    1,546
    Quote Originally Posted by devils casper View Post
    If you are using Synaptic then check out History in its Menu.
    Hi devils casper,

    I found them there. Thanks


    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
    Yes, the above command displays the installed packages according to date and time precisely.

    Thanks


    B.R.
    satimis

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...