« APT » : différence entre les versions
Aucun résumé des modifications |
|||
| Ligne 50 : | Ligne 50 : | ||
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> | </syntaxhighlight> | ||