:: Re: [DNG] Advice to migrate from Be…
Page principale
Supprimer ce message
Répondre à ce message
Auteur: Florian Zieboll
Date:  
À: dng
Sujet: Re: [DNG] Advice to migrate from Beowulf to Chimaera

On Mon, 19 Apr 2021 13:10:49 +0200
Alessandro Vesely via Dng <dng@???> 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