Index of /archives/misc/db/postgresql/repos/apt

Icon  Name                                Last modified      Size  Description
[PARENTDIR] Parent Directory - [   ] ACCC4CF8.asc 2017-01-05 01:39 4.7K [TXT] README 2016-08-11 17:43 962 [DIR] dists/ 2024-04-16 16:12 - [DIR] pool/ 2023-11-28 21:15 -
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