:: Re: [DNG] Advice to migrate from Be…
Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Florian Zieboll
Fecha:  
A: dng
Asunto: 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