Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mIF33-0000Ep-Qw for pgsql-pkg-debian@arkaria.postgresql.org; Mon, 23 Aug 2021 18:51:53 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1mIF32-0002rd-Qv for pgsql-pkg-debian@arkaria.postgresql.org; Mon, 23 Aug 2021 18:51:52 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mIF32-0002rV-M3 for pgsql-pkg-debian@lists.postgresql.org; Mon, 23 Aug 2021 18:51:52 +0000 Received: from feynman.df7cb.de ([195.49.152.168]) by makus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mIF30-0008NV-BW for pgsql-pkg-debian@postgresql.org; Mon, 23 Aug 2021 18:51:51 +0000 Received: from msg.df7cb.de (unknown [IPv6:2a02:908:1478:c9c0:e02e:a30a:6bcb:d748]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature ECDSA (P-384) server-digest SHA384) (Client did not present a certificate) by feynman.df7cb.de (Postfix) with ESMTPSA id 4GthDM4fFNz3Dws; Mon, 23 Aug 2021 20:51:47 +0200 (CEST) Date: Mon, 23 Aug 2021 20:51:47 +0200 From: Christoph Berg To: John Zajac Cc: pgsql-pkg-debian@postgresql.org Subject: Re: How to Install postgresql-client-11 on Ubuntu 18.04? Message-ID: Mail-Followup-To: Christoph Berg , John Zajac , pgsql-pkg-debian@postgresql.org References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Re: John Zajac > Finally, update the package lists, and start installing packages: > > sudo apt update Did you actually run that step? > and from here: > > sudo apt install postgresql-client-11 > > > > However I get: > Reading package lists... Done > Building dependency tree > Reading state information... Done > E: Unable to locate package postgresql-11 > > > is client v11 supported on ubuntu 18.04? If yes, does anyone have steps? Christoph