Paketname | dpkg-awk |
Beschreibung | Gawk script to parse /var/lib/dpkg/{status,available} and Packages |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 1.0.3 |
Sektion | devel |
Priorität | optional |
Installierte Größe | 72 Byte |
Hängt ab von | gawk |
Empfohlene Pakete | |
Paketbetreuer | Iulian Udrea |
Quelle | |
Paketgröße | 8270 Byte |
Prüfsumme MD5 | dae7e49d64d9d9fe9df0a58125fdaf3d |
Prüfsumme SHA1 | 62027f777c98c3bc214230e6e1b0994191d473cc |
Prüfsumme SHA256 | ea608419af87192bbbd52595b3af4a83870fcde5b3fd5c3c62ac0d8bc7b75e99 |
Link zum Herunterladen | dpkg-awk_1.0.3_all.deb |
Ausführliche Beschreibung | This script can parse the dpkg database files. It can do regular
expressions on the fields, and only get what you want. It can also be
made to output certain fields. As an added bonus, there is an option
to sort the output.
.
'dpkg-awk "Status: .* installed$" -- Package Version Status' will
output all installed packages, with only the listed fields.
'dpkg-awk -f=/var/lib/dpkg/available "Package:^[aA].*" -- Package Version'
will output all available packages that start with the letter 'A.'
|