Re: Installing with libs of postgresql-libs

Поиск
Список
Период
Сортировка
От Jorge Godoy
Тема Re: Installing with libs of postgresql-libs
Дата
Msg-id 87veh6rxsd.fsf@gmail.com
обсуждение исходный текст
Ответ на Installing with libs of postgresql-libs  (<ezequias@fastcon.com.br>)
Список 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 по дате отправления:

Предыдущее
От:
Дата:
Сообщение: Installing with libs of postgresql-libs
Следующее
От: Greg Toombs
Дата:
Сообщение: Re: A form of inheritance with PostgreSQL