« APT » : différence entre les versions

Aucun résumé des modifications
Ligne 57 : Ligne 57 :
dpkg -l | awk '!/^rc/ && / linux-(c|g|h|i|lo|m|si|t)/{print $1,$2,$3,$4 | "sort -k3 | column -t"}'
dpkg -l | awk '!/^rc/ && / linux-(c|g|h|i|lo|m|si|t)/{print $1,$2,$3,$4 | "sort -k3 | column -t"}'
dpkg --get-selections | grep 'linux-.*-v'
dpkg --get-selections | grep 'linux-.*-v'
</syntaxhighlight>
=== Supprimez le cache des paquets qui ne peuvent plus être téléchargés ===
<syntaxhighlight lang="bash" line>
sudo apt autoclean
sudo dpkg --configure -a
</syntaxhighlight>
</syntaxhighlight>