Обсуждение: Procedure to install and configure pgadmin4 in desktop mode in Red Hat Linux 8 and other Linux distributions

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

Procedure to install and configure pgadmin4 in desktop mode in Red Hat Linux 8 and other Linux distributions

От
Maria Elba Salerno
Дата:
Hello,

I'm looking for a procedure to install and configure pgadmin4 in desktop mode in Red Hat Linux 8 and other Linux
distributions.

Thanks in advance

Regards



Hi Maria!

Add the repo:

sudo rpm -i https://ftp.postgresql.org/pub/pgadmin/pgadmin4/yum/pgadmin4-redhat-repo-1-1.noarch.rpm
# Install for desktop mode only.
sudo yum install pgadmin4-desktop

Final config

sudo /usr/pgadmin4/bin/setup-web.sh

Here are the instructions: https://www.pgadmin.org/download/pgadmin-4-rpm/


On 2020-09-30 14:23, Maria Elba Salerno wrote:
Hello,

I'm looking for a procedure to install and configure pgadmin4 in desktop mode in Red Hat Linux 8 and other Linux distributions.

Thanks in advance

Regards