Web pgadmin.org
 Home 
 ·  ·  ·  ·  ·  ·  · 

Debian

Maintainer: Raphaël Enrici

pgAdmin packages are available for Debian stable, testing and unstable distributions. These packages are also well-suited for Knoppix and other Debian based distributions

Debian Woody

We don't support this Debian version anymore.

Debian Sarge (oldstable)

We don't support this Debian version anymore.

Debian Etch (stable)

pgAdmin 1.4.3 is available directly from Debian. You can install pgAdmin just as you would do with any other Debian package (apt-get install pgadmin3).

If you need a more up to date version of pgAdmin, an APT repository is provided to ease installation. Before you start installation, please choose a mirror from the list of PostgreSQL mirrors. Click one of the flags, and copy the URL you are redirected to. On each mirror, the packages are located in: /pgadmin3/release/debian

Edit /etc/apt/sources.list file and add the following line:

deb [MIRROR URL]/pgadmin3/release/debian etch pgadmin

For example, for France, you can try:

deb ftp://ftp2.fr.postgresql.org/postgresql/pgadmin3/release/debian etch pgadmin

Debian Lenny (testing)

An APT repository is provided to ease installation. Before you start installation, please choose a mirror from the list of PostgreSQL mirrors. Click one of the flags, and copy the URL you are redirected to. On each mirror, the packages are located in: [MIRROR URL]/pgadmin3/release/debian

Edit /etc/apt/sources.list file and add the following line:

deb [MIRROR URL]/pgadmin3/release/debian lenny pgadmin

For example, for France, you can try:

deb ftp://ftp2.fr.postgresql.org/postgresql/pgadmin3/release/debian lenny pgadmin

Debian Sid (unstable)

pgAdmin is published on the official Debian Unstable repository. However, from time to time unstable may become broken, you can try to check for packages from our mirrors as described above for Debian/testing. You only need to change testing to unstable in the sources.list lines.

Installation

Run the following commands as root to install pgAdmin III

apt-get update
apt-get install pgadmin3

top