How do you find all packages that were manually installed which are not a dependency of any other installed packages?
Tell me more
×
Ask Ubuntu is a question and answer site for
Ubuntu users and developers. It's 100% free, no registration required.
|
The short answer is: use
But unfortunately this command returns many packages that match the query but are not what you expect, for two reasons:
The solution I came to some time ago is a match between the preceding command and the
This assume that |
|||
|
|
