How to install pgAdmin
- by Kifsif
I use Ubuntu 12.04 64 bit.
At first I installed pgAdmin through Software Center. But it seemed old. So, I decided to
uninstal it.
Then I downloaded graphic installer for PostgresQL.
sudo ./postgresql-9.2.1-1-linux-x64.run
I was warned that a previous version of pgAdmin is found, it will be upgraded but I'll have to restart the server.
Well, installation process worked. Then I turned out in terminal again.
I restarted the server
/etc/init.d$ sudo ./postgresql-9.2 restart
/opt/PostgreSQL/9.2/pgAdmin3/bin$ ./pgadmin3
The answer is:
The program 'pgadmin3' is currently not installed.
So, I can't find my pgAdmin to launch it. Could you suggest me anything?