On Mon, 2007-03-12 at 14:54, ezequias@xxxxxxxxxxxxxx wrote: > Hi list, > > Could someone tell me what libs are packed in the rpm > below ? > postgresql-libs-8.2.3-1PGDG.i686.rpm > > We are concerned about the problem of compatibility with > Oracle and we prefer to check all the libs to not put the > Oracle system down. > > 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 generally need root to run rpm -qa, but you would need them to install them, and you don't need to install them in order to query what's in the package. Try this: rpm -qp -l postgresql-libs-8.2.3-1PGDG.i686.rpm