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