DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnamedpkg-awk
BeschreibungGawk script to parse /var/lib/dpkg/{status,available} and Packages
Archiv/RepositoryOffizielles Ubuntu Archiv lucid (universe)
Version1.0.3
Sektionuniverse/devel
Prioritätoptional
Installierte Größe72 Byte
Hängt ab vongawk
Empfohlene Pakete
PaketbetreuerIulian Udrea
Quelle
Paketgröße8264 Byte
Prüfsumme MD5729a51e1856da6335927e3e112d9404e
Prüfsumme SHA12c07a3a5cdf454eb2fff78d7850d3edcc80c8aec
Prüfsumme SHA25633964873f7c517a486006ecff7d2ed1f8cc52799112f611d4a4b973a4aa676a6
Link zum Herunterladendpkg-awk_1.0.3_all.deb
Ausführliche BeschreibungThis 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.'


Impressum
Linux is a registered trademark of Linus Torvalds