Ubuntu – How to update pgadmin3 to v1.14

11.10postgresql

I installed Ubuntu 11.10 yesterday. From the repos I installed postgresql and pgadmin3. postgresql 9.1 is the current version but it seems pgadmin3 v1.12 is not properly compatible with 9.1.

How can I update it to use pgadmin3 v1.14?
I have tried to add this PPA https://launchpad.net/~rhonda/+archive/pgadmin3 but after I reload my sources I just get an error.

Thanks

Best Answer

You can try:

sudo apt-add-repository ppa:flexiondotorg/postgres
sudo apt-get update
sudo apt-get install pgadmin3

or

sudo apt-add-repository ppa:voronov84/andreyv
sudo apt-get update
sudo apt-get install pgadmin3

Worked for me.