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