« APT » : différence entre les versions

Ligne 67 : Ligne 67 :
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>
=== details d'un paquet ===
<syntaxhighlight lang="bash" line copy>
dpkg -L|--listfiles <package>
</syntaxhighlight>
</syntaxhighlight>