etcatSection: Gentoo Administration (1)Updated: 0.1.4 |
etcatSection: Gentoo Administration (1)Updated: 0.1.4 |
etcat - Gentoo: Portage Information Extractor
etcat [option|command] <query|package>
etcat tries to complement the existing portage related tools but geared specifically for the power user. It enables users and developers to quickly find out information on particular packages without resorting to manually poking the portage tree and portage database.
More specifically, it lists the versions available highlighted by their status (stable/testing/masked/install) for a package, lists use flags per package with descriptions, calculates the installed size of a package and also outputs the relevent entries in the changelog related to the package version.
It also employes a smarter package query syntax than emerge where examples such as:
mozilla-1.1
mozilla-1.*
are accepted.
-b </path/to/file> [category]
belongs </path/to/file> [category]
-c <package[-version]>
changes <package[-version]>
-d <regex expression>
depends <regex expression>
-f <package[-version]>
files <package[-version]>
-s <package>
size <package>
-u <package[-version]>
uses <package[-version]>
-v <package>
versions <package>
Type etcat for examples and more information
Alastair Tse <liquidx@gentoo.org>