I want to restore a Ubuntu installation back into the state it had when it was freshly installed without actually doing an actually reinstall, i.e. I want to remove all packages that where installed afterwards and are not part of the default installation.
How would one accomplish this or where could I find a list of packages that are installed on a default Ubuntu installation (for diff
'ing against dpkg -l
)?