Install PostgreSQL and pgAdmin4 on Ubutu
Update the System Before Starting Installation Process , you have to update the System by executing the following command. $ sudo apt-get update 2. Install Required packages Three packages require to install before downloading pgAdmin which are python, pip and virtualenv. Run the following command to install these packages. $ sudo apt-get install build-essential libssl-dev libffi-dev libgmp3-dev virtualenv python-pip libpq-dev python-dev […]
Continue Reading