pgAdmin 4 (APT) installation error

From: robert <robertinfwood(at)gmail(dot)com>
To: pgsql-docs(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 (APT) installation error
Date: 2022-02-28 01:39:17
Message-ID: d07f1f0f-2b2c-3c30-162f-f8836803203c@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

Hi,

Great work. the page:

https://www.pgadmin.org/download/pgadmin-4-apt/

has a series of commands one of which is to create a repository the line is:

sudo sh -c 'echo "debhttps://ftp.postgresql.org/pub/pgadmin/pgadmin4/apt/$(lsb_release -cs) pgadmin4 main" > /etc/apt/sources.list.d/pgadmin4.list && apt update'

I believe it should be:

sudo sh -c 'echo "debhttps://ftp.postgresql.org/pub/pgadmin/pgadmin4/apt/bionic pgadmin4 main" > /etc/apt/sources.list.d/pgadmin4.list && apt update'

based onWiduranga Dilruksha <https://stackoverflow.com/users/10081937/widuranga-dilruksha> reply here:

https://stackoverflow.com/questions/68808730/the-repository-https-apt-postgresql-org-pub-repos-apt-trusty-pgdg-release-do

best regards

Robert

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Martín Marqués 2022-02-28 11:16:02 Re: pgAdmin 4 (APT) installation error
Previous Message Daniel Westermann (DWE) 2022-02-26 20:45:35 Re: hot standby <-> Hot Standby