Обсуждение: pgadmin4 installation

Поиск
Список
Период
Сортировка

pgadmin4 installation

От
C24406476 Jamie Mason
Дата:
Hello, I am trying to install pgadmin 4 in a linux environment as a student and am having an issue with the repository, when running the 
sudo sh -c 'echo "deb [signed-by=/usr/share/keyrings/packages-pgadmin-org.gpg] https://ftp.postgresql.org/pub/pgadmin/pgadmin4/apt/$(lsb_release -cs) pgadmin4 main" > /etc/apt/sources.list.d/pgadmin4.list && apt update'
Command I am getting an error that the repo does not have a releae file. Specifically 
sudo sh -c 'echo "deb [signed-by=/usr/share/keyrings/packages-pgadmin-org.gpg] https://ftp.postgresql.org/pub/pgadmin/pgadmin4/apt/$(lsb_release -cs) pgadmin4 main" > /etc/apt/sources.list.d/pgadmin4.list && apt update'
Any support on this would be great,
Thank you


Re: pgadmin4 installation

От
jma@freedomcircle.com
Дата:

On 10/7/25 8:08 AM, C24406476 Jamie Mason wrote:
> Hello, I am trying to install pgadmin 4 in a linux environment as a 
> student and am having an issue with the repository, when running the
> 
> sudo sh -c 'echo "deb [signed-by=/usr/share/keyrings/packages-pgadmin- 
> org.gpg] https://ftp.postgresql.org/pub/pgadmin/pgadmin4/apt/ 
> $(lsb_release -cs) pgadmin4 main" > /etc/apt/sources.list.d/ 
> pgadmin4.list && apt update'
> 
 > [...]> Any support on this would be great,

The most obvious thing to check is to issue the command
`lsb_release -cs` and see what it returns.

Joe