Re: How to check completeness of installation

From: chris <psql-contact(at)citecs(dot)de>
To: "Subramanian,Ramachandran" <ramachandran(dot)subramanian(at)alte-leipziger(dot)de>, "pgsql-novice(at)lists(dot)postgresql(dot)org" <pgsql-novice(at)lists(dot)postgresql(dot)org>
Subject: Re: How to check completeness of installation
Date: 2026-02-19 10:25:50
Message-ID: 20260219102549.GA18280@app.citecs
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-novice

> [postgres(at)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(at)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

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Subramanian,Ramachandran 2026-02-19 10:50:07 AW: How to check completeness of installation
Previous Message Subramanian,Ramachandran 2026-02-19 09:54:46 AW: How to check completeness of installation