This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.
Enlever les paquetages orphelins 1 2 # apt-get install deborphan # deborphan | xargs apt-get --purge -y remove ou simuler avec..
1 # deborphan | xargs apt-get --purge -s -y remove Note: le “-y” = “yes”, sinon apt-get bloque.
Supprimer les fichiers de configuration inutilisés 1 # COLUMNS=200 dpkg -l |grep ^rc |awk '{print $2} ' | xargs dpkg --purge Trouver les plus…
Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.