[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: RPM
- From: Dave Atkinson <dave_atkinson blueyonder co uk>
- To: fedora-list redhat com
- Subject: Re: RPM
- Date: Wed, 14 Sep 2005 21:11:16 +0100
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 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 ;)
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]