Package Content
Published on 26 Feb 2004Tags #gentoo
It is sometimes useful to obtain a list of files which were merged for a certain package. etcat and qpkg are superceded by equery as of portage-2.0.50 and gentoolkit-0.2.
- List all files:
equery files STRING - List all files with timestamps:
equery files --timestamp STRING - List all files with md5 sums:
equery files --md5sum STRING - List all files with type:
equery files --type STRING
NOTE: For systems <portage-2.0.50 and <gentoolkit-0.2 use: etcat files STRING