Index of /archives/misc/db/postgresql/repos/apt
Name Last modified Size Description
Parent Directory -
ACCC4CF8.asc 2017-01-05 01:39 4.7K
README 2016-08-11 17:43 962
dists/ 2024-09-26 23:33 -
pool/ 2024-11-14 21:32 -
PostgreSQL for Debian and Ubuntu Apt Repository
===============================================
This repository hosts PostgreSQL server and extension module packages, as well
as some client applications.
To use the repository, do the following:
Create /etc/apt/sources.list.d/pgdg.list. The distributions are called
codename-pgdg. In the example, replace "jessie" with the actual distribution
you are using:
deb http://apt.postgresql.org/pub/repos/apt/ jessie-pgdg main
(You may determine the codename of your distribution by running lsb_release -c.)
Import the repository key from https://www.postgresql.org/media/keys/ACCC4CF8.asc,
update the package lists, and start installing packages:
wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | sudo apt-key add -
sudo apt-get update
sudo apt-get install postgresql-9.5 pgadmin3
More information:
* https://wiki.postgresql.org/wiki/Apt
* https://wiki.postgresql.org/wiki/Apt/FAQ