I'm from Iran and i need to install PGAdmin4 for my Ubuntu. To be honest i spent 12 hours time to install this application but after this i realized that the packets coming from server are disable due to internet restrictions from government. is there a way for me to install it ?
the issue is raised when i trying to run this command :
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'
the command line is waiting for receive a response but didn't get it. I installed Postgres but i can't install PGAdmin4.
can anyone help me out ??? thanks a lot for your comments.
I try to install PGAdmin4 but i couldn't do that. please help me... thanks
pgAdmin4
? I use the Postgres command client psql pretty much exclusivity for managing Postgres. APT
method of installing pgAdmin
. The link I posted has many more ways to get and install pgAdmin4
, including downloading the source and building from it. I can't help anymore then that as I am outside Iran and don't face your restrictions. pgAdmin4
is just a GUI client for Postgres. There are other programs that do the same thing, you may have better luck with them.