Email or username:

Password:

Forgot your password?
Dr. Quadragon ❌

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
AkhIL

@drq This may (or may not) work:
find /usr/bin/ -maxdepth 1 -type f -atime +128 | xargs -n1 dpkg-query -S

mittorn

@drq to do this, you need collect some software usage telemetry

Dr. Quadragon ❌

@mittorn "tele"-metry?

It can be done on site.

Go Up