Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 6515 - verify option for emerge
Summary: verify option for emerge
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Core (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Daniel Robbins (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-08-15 06:24 UTC by Ole Tange
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 Ole Tange 2002-08-15 06:24:20 UTC
I have asked on IRC and noone knew if Gentoo has an option similar to rpm -y. I 
would like to know if the packages are installed as they *think* they are 
installed, so that if a package misses a file or if a file is modified since 
installation then it should be listed.
Comment 1 SpanKY gentoo-dev 2002-08-15 08:30:57 UTC
guess you didnt ask on irc when i was around :)
`emerge gentoolkit`
`qpkg -h`
<snip>
Information Selection:
  -l,  --list           List package content
  -i,  --info           Get package description and home page.
  -ct, --check-time
  -tc, --time-check     Verify package files timestamps
  -cm, --check-md5
  -mc, --md5-check      Verify package files md5
  -c,  --check          Verify mtimes and md5.
  -q,  --query-deps     display all installed packages
                        depending on selected packages
</snip>

if this works for you, feel free to close this bug ;)