Re: Trouble with RPM - Mailing list pgsql-general

From Lamar Owen
Subject Re: Trouble with RPM
Date
Msg-id 397380E2.5FE9579E@wgcr.org
Whole thread Raw
In response to Trouble with RPM  ("Larry Rogers" <Larry_Rogers@mercmarine.com>)
List pgsql-general
DAROLD Gilles wrote:
> Yes, where are the files ?

> > of this -- rpm -ql package-name gives you a complete list of files in a
> > particular rpm.  The companion 'rpm -qf /some/file/some/where' gives you

Or, for laughs:
rpm -qa|grep ^postgresql|xargs -n 1 rpm -ql
This will give you a listing of all files on your system that belong to
any of the postgresql rpms.

--
Lamar Owen
WGCR Internet Radio
1 Peter 4:11

pgsql-general by date:

Previous
From: DAROLD Gilles
Date:
Subject: Re: Trouble with RPM
Next
From: Peter Eisentraut
Date:
Subject: Re: Quoting routines in libpq