Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 11441 - Info on installed files
Summary: Info on installed files
Status: RESOLVED INVALID
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Core (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: Daniel Robbins (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-12-01 08:45 UTC by Philippe Fremy
Modified: 2011-10-30 22:37 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Philippe Fremy 2002-12-01 08:45:02 UTC
rpm has 2 nice functions which let you

- given a package, know what files will be / are installed

- given a file, know to which package it belongs

I miss them in portage.
Comment 1 Nicholas Jones (RETIRED) gentoo-dev 2002-12-01 14:17:09 UTC
You do not know which files are installed until after you build the package.
So you cannot have that list until you build it.

qpkg -f <--- Installed files and who owns them.

There are other bugs relating so more specific requests on this line.
Comment 2 Philippe Fremy 2002-12-02 14:23:56 UTC
Sorry, I did not know about qpkg. It looks just great. 
 
By the way, emerge -s qpkg does not report anything, which is not very  
helpful.  
Comment 3 Nicholas Jones (RETIRED) gentoo-dev 2002-12-02 21:28:23 UTC
gentoolkit