Re: Installing with libs of postgresql-libs - Mailing list pgsql-sql

From Jorge Godoy
Subject Re: Installing with libs of postgresql-libs
Date
Msg-id 87veh6rxsd.fsf@gmail.com
Whole thread Raw
In response to Installing with libs of postgresql-libs  (<ezequias@fastcon.com.br>)
List pgsql-sql
<ezequias@fastcon.com.br> writes:

> Could someone tell me what libs are packed in the rpm below ?
> postgresql-libs-8.2.3-1PGDG.i686.rpm

If it is somewhere accessible through HTTP:

rpm -qpl http://url-to-it/postgresql-libs-8.2.3-1PGDG.i686.rpm

If it is local:

rpm -qpl postgresql-libs-8.2.3-1PGDG.i686.rpm

> I think it is just a metter of rpm -qa postgresql-libs-8.2.3-1PGDG.i686.rpm
> but I do not have the adm permissions.

You don't need them to query or list the contents of uninstalled packages.


-- 
Jorge Godoy      <jgodoy@gmail.com>


pgsql-sql by date:

Previous
From:
Date:
Subject: Installing with libs of postgresql-libs
Next
From: Greg Toombs
Date:
Subject: Re: A form of inheritance with PostgreSQL