Re: pgadmin4 installation

From: jma(at)freedomcircle(dot)com
To: pgadmin-support(at)lists(dot)postgresql(dot)org
Subject: Re: pgadmin4 installation
Date: 2025-10-07 12:27:53
Message-ID: a6bee2bd-49bb-4a4c-845e-26f9f59b93d4@freedomcircle.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgadmin-support

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

In response to

Browse pgadmin-support by date

  From Date Subject
Next Message Bastiaan Wakkie 2025-10-11 10:10:48 Opening and saving files (crtl-o) (in 9.6 and 9.8) results in 500 error/Access denied
Previous Message C24406476 Jamie Mason 2025-10-07 12:08:26 pgadmin4 installation