RPM

Dave Atkinson dave_atkinson at blueyonder.co.uk
Wed Sep 14 20:11:16 UTC 2005


On Wed, 2005-09-14 at 13:57 -0500, Jonathan Carpenter wrote:
> Is there a way I can use rpm to find out where it installs a package.
> I have installed a package but I have no idea where fedora installed
> it to.
>  
>           Thanks,
> 
> -- 
> Jonathan Carpenter 
> -- 
> fedora-list mailing list
> fedora-list at redhat.com
> To unsubscribe: http://www.redhat.com/mailman/listinfo/fedora-list

$ rpm -ql package

will list all the files installed by a package, 

$ rpm -qlp package.rpm

to query the package before you install it...

$ man rpm 

is your friend ;)




More information about the users mailing list