Conversation
Notices
-
!Gentoo needs a way to look up which files a random package contains. `emerge pfl' to help http://goo.gl/2W67E
- Vincent-Xavier JUMEL repeated this.
-
@phunehehe cat /var/db/pkg/${PN}/CONTENTS (PN = cat/pkg-version)
-
@keruspe That would only work for things you already have installed, and you can't find the package that contains a file you need.
-
@phunehehe needs to be installed indeed (and grep too see which package belongs a file. Or use cave instead of portage :P)