Results 1 to 5 of 5

Thread: [SOLVED] How do I get list of recently installed packages?

  1. #1
    Join Date
    May 2006
    Location
    Finland
    Beans
    664

    [SOLVED] How do I get list of recently installed packages?

    I remember that there is some command for it but what command?

  2. #2
    Join Date
    Nov 2008
    Location
    San Gabriel Valley
    Beans
    263
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: How do I get list of recently installed packages?

    There are many commands to achieve that. Here is a simple GUI method: Synaptic > File > History.

  3. #3
    Join Date
    Sep 2008
    Location
    Palm Harbor, FL
    Beans
    430
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: How do I get list of recently installed packages?

    Or just open a terminal and type...

    Code:
    History
    My Ubuntu Blog
    My Android Blog

  4. #4
    Join Date
    Jan 2007
    Location
    $here ? $here : $there
    Beans
    3,717
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: How do I get list of recently installed packages?

    Try:

    Code:
    sudo more /var/log/apt/term.log
    Or

    Code:
    more /var/log/dpkg.log
    Don't try to make something "fast" until you are able to quantify "slow".

  5. #5
    Join Date
    Nov 2008
    Location
    San Gabriel Valley
    Beans
    263
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: How do I get list of recently installed packages?

    Code:
    history
    Will not show packages downloaded and installed through Synaptic. I like the workaround, however .

Bookmarks

Posting Permissions

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