OP 19 December, 2019 - 07:11 PM
(This post was last modified: 19 December, 2019 - 07:14 PM by pruned.)
How to Install pgAdmin4 on Ubuntu 18.04 / Ubuntu 16.04?. This post has been written primarily to guide new users on installing pgAdmin 4 on Ubuntu 18.04 / Ubuntu 16.04. pgAdmin is a feature-rich and open source PostgreSQL administration and development platform that runs on Linux, Unix, Mac OS X, and Windows.
With pgAdmin you can manage PostgreSQL database servers, from version 9.2 using an intuitive and powerful web interface. We have guides on installing pgAdmin 4 on other platforms.
Add PostgreSQL APT repositoryThe PostgreSQL Global Development Group (PGDG) maintains an APT repository of PostgreSQL packages for Debian and Ubuntu. The repository can be added using the commands shown below.
Finally, update the package lists.
apt-get update
apt-get upgrade
To install pgAdmin4 packages on Ubuntu 18.04 / Ubuntu 16.04 system, run these commands, providing correct version number:
sudo apt update sudo apt install pgadmin4 pgadmin4-apache2
Open your browser and
http://[YOUR-IP]/pgadmin4
IF YOU HAVE ANY problems pm me i will help all on this forum !!
With pgAdmin you can manage PostgreSQL database servers, from version 9.2 using an intuitive and powerful web interface. We have guides on installing pgAdmin 4 on other platforms.
Add PostgreSQL APT repositoryThe PostgreSQL Global Development Group (PGDG) maintains an APT repository of PostgreSQL packages for Debian and Ubuntu. The repository can be added using the commands shown below.
Finally, update the package lists.
apt-get update
apt-get upgrade
To install pgAdmin4 packages on Ubuntu 18.04 / Ubuntu 16.04 system, run these commands, providing correct version number:
sudo apt update sudo apt install pgadmin4 pgadmin4-apache2
Open your browser and
http://[YOUR-IP]/pgadmin4
IF YOU HAVE ANY problems pm me i will help all on this forum !!