24

And I'd like to get this list directly and if possible from an external source (maybe repositories?).

Almost all one-liners I have found didn't work for me. So I hope there is an indicator somewhere that denotes packages as "preinstalled".

PS: I don't want to run a clean installation in a VM.

dAnjou
  • 2,035

1 Answers1

27

Every *buntu release has a .manifest or .list file that lists preinstalled packages. This file is located online.

For example:

...and so on.

Pablo Bianchi
  • 15,657
mikewhatever
  • 32,638
  • 1
    I've compared the Kubuntu CD contents with a fresh installation inside VBox, and it seems that the contents match a Live CD, not an actual installation (e.g. the installer, ubiquity, is included in Mike's list) – Lekensteyn Jun 23 '11 at 08:34
  • 1
    That's probably true. The ubiquity, ntfsprogs and unused locales are removed at the end of the installation. – mikewhatever Jun 26 '11 at 21:53
  • Does the manifest list includes dependent packages as well? For example, libgomp1 is not listed in the manifest file but is a dependent of libgcc-5-dev, which is on the manifest file. – zhaofeng-shu33 Oct 04 '19 at 15:27