Results 1 to 2 of 2

Thread: List of default software in 11.10?

  1. #1
    Join Date
    Dec 2007
    Beans
    12,521

    List of default software in 11.10?

    I can get a list of software on my install by using
    Code:
    dpkg --get-selections > installed-software
    But is there any way to know what software is present by default on 11.10?

  2. #2
    Join Date
    Oct 2006
    Location
    New York
    Beans
    1,118
    Distro
    Xubuntu 12.10 Quantal Quetzal

    Re: List of default software in 11.10?

    So a place to start is

    apt-cache depends ubuntu-desktop

    which will list the dependencies of the ubuntu-desktop package, you'd need to apply some sort of cleverness to do so recursively.
    xubuntu minimal, extensive experience, lshw: http://goo.gl/qCCtn
    blog: http://goo.gl/yLg78
    Linux viruses: http://goo.gl/6OCKA

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
  •