1

After visiting How do I list the default installed packages?, I read ubuntu-14.04.2-desktop-i386.manifest and found (Ctrl+F) that it lists gparted 0.18.0-1 but (we know that) gparted is not installed by default!

However, Gparted is installed when try Ubuntu (using Live CD Environment) hence seems to be removed while installing system.

So, I want to know Why package listed in .manifest is not installed with OS?

Pandya
  • 35,771
  • 44
  • 128
  • 188

1 Answers1

3

The manifest says what's on the CD. Some things are removed after the install but I haven't found a reliable way to work out what they are short of downloading the ISO.

if you have the ISO in front of you, compare /casper/filesystem.manifest and /casper/filesystem-remove.manifest.

It's that second file that contains packages that are on the CD that are removed after installation, unless they have other dependencies — which some of those things do.

Oli
  • 293,335