I have a system on which an unknown number of packages have been removed after installation. I'd like to understand what has been changed on the system limited to the changes that are controlled by APT. I know in some cases packages marked auto
have been changed to be manual
. I don't care if individual files have been modified, I just want to know which packages have been installed / uninstalled / marked manual / marked auto.
To that end, I'd like to get a list of packages which would be installed and marked manual
in apt by default from a single distribution image (.iso
).
I understand that user choices at install time may affect this list. Ideally what I'm looking for is a core set.
If this isn't possible, then it would be helpful to explain why it's impossible in an answer.
After reading duplicate flags:
I've tried reading here. How to find manually installed packages?
However none of the answers actually answer the question of determining which packages have been manually installed / uninstalled.
How do I list the default installed packages? refers to a .manifest
file which doesn't seem to exist in later releases. At-least I can't find it by click-through. In effect the answer seems to have become obsolete.
Final answer
Buried in one of the comments is a reference to http://releases.ubuntu.com
If you navigate to your desired version you will find .manifest
files. I believe this is the closest I will get to finding an answer. Thanks @karel for your comment.