1

A number of useful pages show how to generate a list of all installed packages, eg How do I generate a package download list?

Is there a way to restrict the generated list to those I have added since system installation?

That is, excluding all the packages that were installed from the ISO? and excluding any updates to those packages? Diffing the list generated from the link above with the ISO manifest doesn't quite work because some of the packages in the manifest (eg drivers) are dependent on the hardware and the user selections at install time (eg language).

What I'm looking for is a list of what I have added to the base system.

1 Answers1

0

See the answer to How to view a list of packages that were manually installed without their dependancies.

You can list the apt-get command-line commands you have typed since installation of Ubuntu with:

cat /var/log/apt/history.log | grep 'apt-get install '
mkdrive2
  • 206
  • 1
  • 8