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

Diego <mrstephenamell@gmail.com>

From: Diego <mrstephenamell@gmail.com>
To: pgsql-general@lists.postgresql.org
Date: 2020-09-30T19:29:12Z
Lists: pgsql-general
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
>
>