wget https://download.postgresql.org/pub/repos/yum/9.6/fedora/fedora-25-x86_64/pgdg-fedora96-9.6-3.noarch.rpm
sudo dnf install pgdg-fedora96-9.6-3.noarch.rpm
sudo dnf install pgadmin4-v1
sudo systemctl start pgadmin4-v1
You can now access the web interface at http://localhost:5050.
Unfortunately the standalone app does not currently work due to a bug in pgadmin4 package.
Fortunately the pgadmin4 standalone app is just a web wrapper so you are not missing much.
3809 Total Views 1 Views Today