Weblog entry #19 for fsateler
Use this aptitude line to find out about all packages that are:
- Automatically installed
- No package depends on it (ie, they are in your computer because someone recommended it).
aptitude search '?and( ?automatic(?reverse-recommends(?installed)), ?not(?automatic(?reverse-depends(?installed))) )'
Comments on this Entry
Interesting, but all I get is:
E: Regex compilation error: Invalid preceding regular expression
Maybe some special characters got eaten by the HTML-O-saurus?
[ Parent | Reply to this comment ]
It appears the etch version of aptitude doesn't handle these long search options, so it thinks the ? is part of a regex. I don't know which version of aptitude is needed. --------
Felipe Sateler
[ Parent | Reply to this comment ]