Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1vt1EM-00FSXD-0U for pgsql-novice@arkaria.postgresql.org; Thu, 19 Feb 2026 10:25:58 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1vt1EJ-003E3g-27 for pgsql-novice@arkaria.postgresql.org; Thu, 19 Feb 2026 10:25:55 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1vt1EJ-003E3X-1J for pgsql-novice@lists.postgresql.org; Thu, 19 Feb 2026 10:25:55 +0000 Received: from [212.9.189.66] (helo=gw.citecs.de) by makus.postgresql.org with esmtp (Exim 4.98.2) (envelope-from ) id 1vt1EG-000000007PW-082K for pgsql-novice@lists.postgresql.org; Thu, 19 Feb 2026 10:25:54 +0000 Received: from app.citecs ([10.0.0.50]) by gw.citecs.de with esmtp (Exim 3.35 #1 (Debian)) id 1vt1EE-0003gq-00; Thu, 19 Feb 2026 11:25:50 +0100 Received: from chris by app.citecs proof01 uvesqmje with local (Exim 4.80) id 1vt1EE-00060Q-1A; Thu, 19 Feb 2026 11:25:50 +0100 Date: Thu, 19 Feb 2026 11:25:50 +0100 From: chris To: "Subramanian,Ramachandran" , "pgsql-novice@lists.postgresql.org" Subject: Re: How to check completeness of installation Message-ID: <20260219102549.GA18280@app.citecs> References: <628793fdc61e42df9b1cd945e2141a4d@alte-leipziger.de> <20260219094404.GA1707@app.citecs> <5756d72dc39c4a3fa3bf2ff9f0cbfb9c@alte-leipziger.de> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <5756d72dc39c4a3fa3bf2ff9f0cbfb9c@alte-leipziger.de> X-PGP-Fingerprint: 4096R/3B7D0DF2 / B865 A021 AC93 B61F 4476 32A6 04A6 FBDD 3B7D 0DF2 X-PGP-Key-Url: https://www.citecs.de/pgpkey.chris.asc X-PGP-Key: https://www.citecs.de/pgpkey.chris.asc Organization: private User-Agent: Mutt/1.5.21 (2010-09-15) X-Host-Lookup-Failed: Reverse DNS lookup failed for 212.9.189.66 (deferred) List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk > [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