Re: Trouble with RPM

From: Lamar Owen <lamar(dot)owen(at)wgcr(dot)org>
To: gilles(at)darold(dot)net
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Trouble with RPM
Date: 2000-07-17 21:55:46
Message-ID: 397380E2.5FE9579E@wgcr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Peter Eisentraut 2000-07-17 22:30:05 Re: Quoting routines in libpq
Previous Message DAROLD Gilles 2000-07-17 21:51:54 Re: Trouble with RPM