« APT » : différence entre les versions

Ligne 72 : Ligne 72 :
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>
=== chercher un paquet ===
<syntaxhighlight lang="bash" line copy>
dpkg -S|--search <pattern>
</syntaxhighlight>
</syntaxhighlight>