I want a feature in the package manager, like "you probably don't need this", that shows the most rarely used software in your system and suggests you to delete it.
I want a feature in the package manager, like "you probably don't need this", that shows the most rarely used software in your system and suggests you to delete it. 4 comments
|
@drq This may (or may not) work:
find /usr/bin/ -maxdepth 1 -type f -atime +128 | xargs -n1 dpkg-query -S