Page 1 of 14 12311 ... LastLast
Results 1 to 10 of 132

Thread: HowTo: Create a list of installed packages

  1. #1
    Join Date
    Apr 2006
    Beans
    236

    HowTo: Create a list of installed packages

    I found out how to do this recently and thought it might be helpful to some people. To output this information to a file in your home directory you would use,

    Code:
    dpkg --get-selections > installed-software
    And if you wanted to use the list to reinstall this software on a fresh ubuntu setup,

    Code:
    dpkg --set-selections < installed-software
    followed by

    Code:
    dselect

  2. #2
    Join Date
    Oct 2005
    Beans
    153

    Re: HowTo: Create a list of installed packages

    bump
    damn this is smooth! good looking out!

  3. #3
    Join Date
    Nov 2005
    Location
    Where do I live
    Beans
    327

    Re: HowTo: Create a list of installed packages

    Can anyone provide a list generated by this on a clean Edgy install? I'm trying to figure out what I've installed in the past, so I can remove things I no longere need.

  4. #4
    Join Date
    Jun 2006
    Location
    England
    Beans
    127

    Re: HowTo: Create a list of installed packages

    I'm installing Edgy (x86) as we speak so once it's installed I will give you the list!

    Included is a list of installed packages on a fresh install.
    Attached Files Attached Files
    Last edited by xfile087; November 13th, 2006 at 03:26 PM.

  5. #5
    Join Date
    Aug 2006
    Beans
    Hidden!

    Re: HowTo: Create a list of installed packages

    many thnks

    I was looking for this

  6. #6
    Join Date
    Sep 2005
    Location
    Europe , the Netherlands
    Beans
    33
    Distro
    Ubuntu 10.04 Lucid Lynx

    Smile Re: HowTo: Create a list of installed packages

    I was looking for this





    ------------------------------------------------------
    http://www.antarctica-rbak.nl/ubuntu/acer_aspire.php
    ------------------------------------------------------
    Last edited by bierpullen; October 23rd, 2007 at 07:18 PM.

  7. #7
    Join Date
    Mar 2006
    Beans
    559

    Re: HowTo: Create a list of installed packages

    huh. This would be really nice in diagnosing problems I've had.

  8. #8
    Join Date
    Nov 2005
    Location
    Where do I live
    Beans
    327

    Re: HowTo: Create a list of installed packages

    Thank you so much!

  9. #9
    qamelian's Avatar
    qamelian is offline Iced Blended Vanilla Crème Ubuntu
    Join Date
    Feb 2005
    Location
    Nova Scotia, Canada
    Beans
    1,580
    Distro
    Ubuntu Development Release

    Re: HowTo: Create a list of installed packages

    You don't need a list of a clean install to get rid of unnecessary packages resulting from installing and uninstalling stuff. Just
    Code:
    sudo apt-get autoremove
    and apt will generate a list of orphaned packages and give you the option to remove them.

  10. #10
    Join Date
    Dec 2006
    Beans
    13
    Distro
    Ubuntu

    Re: HowTo: Create a list of installed packages

    Is there an easy way to tell Ubuntu / dpkg to uninstall every package *except* what's listed in that output file? I'm trying to take an existing install, and remove all the unnecesary packages beyond a basic command line system, but I know of no easy way to do so.

    But if I could use a package list from a different system, which is just a command line install, as a basis, and tell it to remove everything but that package list, that would be great.

Page 1 of 14 12311 ... LastLast

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
  •