On Mon, 19 Apr 2021 13:10:49 +0200
Alessandro Vesely via Dng <dng@lists.dyne.org> wrote:

> Isn't there a way to remove
> packages not used for more than one year?


Definitely not an approach for automated package removal, but perhaps a
valid starting point for decluttering manually:

$ find /usr/bin -atime +360 | xargs -l1 apt-file find | sort


libre Grüße,
Florian
_______________________________________________
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng

Reply via email to