Re: pgAdmin 4 (APT) installation error - Mailing list pgsql-docs

From Martín Marqués
Subject Re: pgAdmin 4 (APT) installation error
Date
Msg-id CABeG9LvPTjsizu2CEyGYFDx4A3-p1iaPMbYgOWq8Gt4_2dTKdA@mail.gmail.com
Whole thread Raw
In response to pgAdmin 4 (APT) installation error  (robert <robertinfwood@gmail.com>)
List pgsql-docs
Hi Robert,

What does `lsb_release -cs` return in your system? If you are on bionic, it should return that. If it doesn't you have a broken lsb.


El dom., 27 feb. 2022 22:41, robert <robertinfwood@gmail.com> escribió:

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 "deb https://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 "deb https://ftp.postgresql.org/pub/pgadmin/pgadmin4/apt/bionic pgadmin4 main" > /etc/apt/sources.list.d/pgadmin4.list && apt update'

based on 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

pgsql-docs by date:

Previous
From: robert
Date:
Subject: pgAdmin 4 (APT) installation error
Next
From: Yugo NAGATA
Date:
Subject: Re: maximum number of backtrace frames logged by backtrace_functions