Re: Installing with libs of postgresql-libs

From: Jorge Godoy <jgodoy(at)gmail(dot)com>
To: <ezequias(at)fastcon(dot)com(dot)br>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: Installing with libs of postgresql-libs
Date: 2007-03-12 20:50:58
Message-ID: 87veh6rxsd.fsf@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

<ezequias(at)fastcon(dot)com(dot)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(at)gmail(dot)com>

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Greg Toombs 2007-03-13 00:08:12 Re: A form of inheritance with PostgreSQL
Previous Message ezequias 2007-03-12 19:58:54 Installing with libs of postgresql-libs