Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 6515

Summary: verify option for emerge
Product: Portage Development Reporter: Ole Tange <bugs.gentoo.org>
Component: CoreAssignee: Daniel Robbins (RETIRED) <drobbins>
Status: RESOLVED FIXED    
Severity: normal CC: vapier
Priority: High    
Version: 2.0   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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 ;)