4.1.1. Install pgAdmin

4.1.1.1. Windows

pgAdmin should be automatically installed if you used the EnterpriseDB installer.

4.1.1.2. Linux

4.1.1.2.1. Debian/Ubuntu based distros

You can install pgAdmin by running the following command:

sudo apt-get install pgadmin3

4.1.1.2.2. Fedora based distros

sudo yum install pgadmin3

4.1.1.2.3. Suse based distros

sudo zypper install pgadmin3

Note

All the commands presented above assume that you are logged in as a user with sudo (admin) privileges. On certain systems it may be required to use the command su to become the root user and then issue the above command without the sudo prefix.