Re: How to check completeness of installation - Mailing list pgsql-novice

From chris
Subject Re: How to check completeness of installation
Date
Msg-id 20260219102549.GA18280@app.citecs
Whole thread Raw
In response to AW: How to check completeness of installation  ("Subramanian,Ramachandran" <ramachandran.subramanian@alte-leipziger.de>)
Responses AW: How to check completeness of installation
List pgsql-novice
> [postgres@lx90158 ~]$ dpkg
> -bash: dpkg: command not found

The very first thing to do is: get informed about the Linux distribution you're working on:

    cat /etc/os-release

then use the appropriate tools.

> [postgres@lx90158 ~]$
> 
> RPM seems to be too vast a topic for me to try a quick and dirty command. Need to read up on it. 

The two commands you would need (IIRC):

rpm -qa | grep -i postgres

rpm -qlp packagename

HTH, Chris




pgsql-novice by date:

Previous
From: "Subramanian,Ramachandran"
Date:
Subject: AW: How to check completeness of installation
Next
From: "Subramanian,Ramachandran"
Date:
Subject: AW: How to check completeness of installation