4.1.1. Instalar 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. Distribuciones basadas en Debian/Ubuntu
Puede instalar pgAdmin ejecutando el siguiente comando:
sudo apt-get install pgadmin3
4.1.1.2.2. Distribuciones basadas en Fedora
sudo yum install pgadmin3
4.1.1.2.3. Distribuciones basadas en Suse
sudo zypper install pgadmin3
Nota
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.