[plug] command to check package association (RPM answer)
Leon Brooks
leon at brooks.fdns.net
Sun Aug 25 12:19:50 WST 2002
On Sun, 25 Aug 2002 11:16, Jon L. Miller wrote:
> Is there a command that can check the association of a package to a
> program? Need to find out if by upgrading a package if it'll have any
> effects on a program that it may be associated with.
Use this to see which package owns a file:
rpm -qf /path/to/file
Use this to see what files a package installs:
rpm -ql nameofpackage
Cheers; Leon
More information about the plug
mailing list