How do I list the default installed packages?

17,510

Going off a previous answer of mine, there are manifest files available that should list all the packages included on the CD.

The URLs of the files are fairly predictable but in constant flux (as new releases come out and old ones are killed off) so a good strategy is:

  1. Go to http://releases.ubuntu.com/ (for currently supported versions) or http://cdimage.ubuntu.com/ (for other versions, server images, etc.)
  2. Pick your spin
  3. Pick releases
  4. Pick a version (eg 14.04)
  5. Pick release (if it has been released)
  6. Find the applicable .manifest file.

Note that not all these packages stay installed. On the CD images, you'll also find a file called /capsper/filesystem.manifest-remove which is a list of things to remove after installation. I can't find an online copy of these files on their own.

Share:
17,510

Related videos on Youtube

Madhusudhan
Author by

Madhusudhan

Updated on September 18, 2022

Comments

  • Madhusudhan
    Madhusudhan almost 2 years

    I am developing an offline installer for all versions of Ubuntu, and I need Ubuntu's default installed packages list. Is there a way to get this information from any server (web server)? Any script to fetch any Ubuntu version's default installed packages list.

    I will give the Ubuntu version, and the script will fetch the packages list.

    Note: I need at least a server address. I can write a script for this.

  • Paul Draper
    Paul Draper about 9 years
    Predictable perhaps, but broken.
  • web.learner
    web.learner about 8 years
    There don't seem to be manifest files anymore..
  • Admin
    Admin about 8 years
    @Seth For Ubuntu, the .manifest files are available for any supported releases at releases.ubuntu.com and other flavours continue to have the files at the cdimage server.
  • Oli
    Oli about 8 years
    This answer used to point to releases.ubuntu.com but the practical problem is it only lists supported releases. I took the view that the question is more about the original install (which may now well be an unsupported release). I'll edit it back in.
  • rubo77
    rubo77 over 6 years
    (here is this file /capsper/filesystem.manifest-remove from Ubuntu 17.10)
  • Ciro Santilli OurBigBook.com
    Ciro Santilli OurBigBook.com over 5 years
    Why is some of the software removed? Would be good to say it on answer.
  • rubo77
    rubo77 over 2 years
    To get just the package list use wget http://releases.ubuntu.com/$RELEASE/ubuntu-$VERSION-desktop-‌​amd64.manifest -q -O - | cut -f 1 | xargs