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 1kRgEe-0000ww-FG for pgsql-pkg-debian@arkaria.postgresql.org; Sun, 11 Oct 2020 18:38:20 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1kRgEd-0001mc-EJ for pgsql-pkg-debian@arkaria.postgresql.org; Sun, 11 Oct 2020 18:38:19 +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 1kRgEd-0001mV-9r for pgsql-pkg-debian@lists.postgresql.org; Sun, 11 Oct 2020 18:38:19 +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 1kRgEb-0006hf-4e for pgsql-pkg-debian@lists.postgresql.org; Sun, 11 Oct 2020 18:38:18 +0000 Received: from msg.df7cb.de (unknown [IPv6:2a02:908:1471:c340:69b0:3a8a:177f:17fb]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by feynman.df7cb.de (Postfix) with ESMTPSA id 4C8Vtb5WtDz3DxD; Sun, 11 Oct 2020 20:38:15 +0200 (CEST) Date: Sun, 11 Oct 2020 20:38:15 +0200 From: Christoph Berg To: Arya F Cc: pgsql-pkg-debian@lists.postgresql.org Subject: Re: Postgis package for Postgresql 13 Message-ID: <20201011183815.GB709789@msg.df7cb.de> 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: Precedence: bulk Re: Arya F > I'm using Postgresql 13 on Debian 10. I installed it using the following repo > > deb http://apt.postgresql.org/pub/repos/apt buster-pgdg main > > However when doing "apt install postgis", it tries to install > postgresql-12-postgis-3-scripts and postgresql-client-12 > > I am using Postgresql 13, Has the Postgis package been released in the > repository yet? if yes, how can I tell it to install it for Postgresql > 13 instead of 12? Try selecting the package explicitly: apt install postgresql-13-postgis-3 Christoph