Results 1 to 6 of 6

Thread: Find all install packages ?

  1. #1
    Join Date
    Mar 2011
    Beans
    38
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Find all install packages ?

    Hi,

    Please do help me on how to find/search ( commands to use ) all installed softwares in ubuntu 12.04 ?

    Thanks.

  2. #2
    Join Date
    Nov 2005
    Location
    Lincolnshire, UK
    Beans
    1,461
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Find all install packages ?

    Open a terminal and enter the following code:
    Code:
    dpkg --get-selections > installed-software
    This will produce a text file called "installed-software" listing all installed packages.

  3. #3
    Join Date
    Jul 2007
    Location
    UK
    Beans
    17,059
    Distro
    Ubuntu Development Release

    Re: Find all install packages ?

    You can use this to create a text file.

    Code:
    dpkg --get-selections > packages.txt

  4. #4
    Join Date
    Mar 2011
    Beans
    38
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Find all install packages ?

    Thanks.

    Where does this "installed-software" file gets created ? Path ?

  5. #5
    Join Date
    Jul 2007
    Location
    UK
    Beans
    17,059
    Distro
    Ubuntu Development Release

    Re: Find all install packages ?

    Your home folder.

  6. #6
    Join Date
    Mar 2011
    Beans
    38
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Find all install packages ?

    Yep , thanks.

    I can see the file under my home folder.

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
  •