I used this Commad in ubuntu terminal to install pgadmin4
This commad:
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'
and some URLs are updated and showing this error
This error:
Err:8 https://ftp.postgresql.org/pub/pgadmin/pgadmin4/apt/noble pgadmin4 Release 404 Not Found [IP: 72.32.157.246 443] Reading package lists... Done E: The repository 'https://ftp.postgresql.org/pub/pgadmin/pgadmin4/apt/noble pgadmin4 Release' does not have a Release file.
ATTENTION: I don’t use the stack overflow site very well, so my question may be vague
I deleted the contents of the pgadmin4.list file in etc/apt/sources.list.d because this url is in the error message
this file:
File url[etc/apt/sources.list.d/pgadmin4.list]
deb https://ftp.postgresql.org/pub/pgadmin/pgadmin4/apt/noble pgadmin4 main
and used this commad again
this commad:
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'