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 1kRhQg-00034F-P0 for pgsql-pkg-debian@arkaria.postgresql.org; Sun, 11 Oct 2020 19:54:50 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1kRhQ7-0001pD-TN for pgsql-pkg-debian@arkaria.postgresql.org; Sun, 11 Oct 2020 19:54:15 +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 1kRhQ7-0001p6-Lu for pgsql-pkg-debian@lists.postgresql.org; Sun, 11 Oct 2020 19:54:15 +0000 Received: from mail-vs1-xe41.google.com ([2607:f8b0:4864:20::e41]) by makus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1kRhQ1-0007Df-8D for pgsql-pkg-debian@lists.postgresql.org; Sun, 11 Oct 2020 19:54:14 +0000 Received: by mail-vs1-xe41.google.com with SMTP id p25so999744vsq.4 for ; Sun, 11 Oct 2020 12:54:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=NYAPU7UJoDRuPdOzz3i27V00GEOfroUtn5jYsPPI2O4=; b=K8xNt7BCTKx6CuWGqk7aciLmr7s+BPUtQnt2D8X7ZG+N9MPdrnsZkAxOjKzMCzn2uG eFRxdVKnBQVVtrXrZuknwfljn7am+xYl9ssoA83f856KFgQYU6Q0zLZQAydQG+KCK+Zc Qhxgz6gEqLnsyp45O2HsSehqQGfTB1GJl209yr/piPTNu/pGociRAgC1/V2QbPYAD7xk fMrCJu2xKkJx1FyVAWsOnS2D2AJTK59ntQtxYH/Nu7/LlQD5dCfgmsjsFwn7nhNWTYK1 vI72423MsUML2bU2MKSienN3Jb5Lp2s9qGEctgSsHzcwyKduwLdAL6zjsaQaaHv9FvM5 50RA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=NYAPU7UJoDRuPdOzz3i27V00GEOfroUtn5jYsPPI2O4=; b=UpnTGjFtUx/jlw9p8AFQx37XdCMVqdLmXUGykSBuQBKWQTF45EJ6UeNiWVPIioBhBK NQwtDmi3dNf1c8d6dJrmdJ5I7hzhxYLb8RsIWGfP+eo8e8BV4moMBR7hWdB6bHVw0XeU /D9PZJB2BV5VNo0gioqHAheEkgvoE8Z0Da+Grxk8FIPGVtAsFczpUoi9moLon7lb+Xit Ap8tQSI2Me3HqYvgenzMB1hxtqKU4vv8HtYniN3ula7f3Z3v8B5urZbQEE8qzvqrgZ9I M8qdi8EgygitSDs4MTAzLwsHjIklPLewgfbgOgIQkuvFNvzhWL1eVbm9qxRcOZJ1hQbP BdSQ== X-Gm-Message-State: AOAM531/S8/2Z7mKHzbkx7ejaaDzrmKAVeXOH/eccvh4eT5xVoCsjCVA 5OgjRIHVQnoANrUt68b/lF+L1Dis1Be46F9fCcw= X-Google-Smtp-Source: ABdhPJz+7QvqdcvyPfeSRUyewk0rA3bQ4WhD+oQTYhifWySqZAqe9tPJzFaYX1CkhBriPf6isSOB9zY/5QJrU64qtYA= X-Received: by 2002:a67:cd03:: with SMTP id u3mr13050800vsl.3.1602446048311; Sun, 11 Oct 2020 12:54:08 -0700 (PDT) MIME-Version: 1.0 References: <20201011183815.GB709789@msg.df7cb.de> In-Reply-To: <20201011183815.GB709789@msg.df7cb.de> From: Arya F Date: Sun, 11 Oct 2020 15:53:57 -0400 Message-ID: Subject: Re: Postgis package for Postgresql 13 To: Christoph Berg Cc: pgsql-pkg-debian@lists.postgresql.org Content-Type: text/plain; charset="UTF-8" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk I have installed the postgresql-13-postgis-3 package. The issue is that I need the "shp2pgsql" utility and it's part of the "Postgis" package. It never gets installed by installing the "postgresql-13-postgis-3" package On Sun, Oct 11, 2020 at 2:38 PM Christoph Berg wrote: > > 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