bune.city Apt Mirrors

Welcome to the bune.city apt mirror page. This service provides a few mirrors of small apt repositories. The server providing these mirrors is located in Sydney, Australia. Mirrors may be added or removed from this list at any time. Most of the content mirrored is for AMD64 (x86_64) builds of packages for Debian Testing, but sometimes other distributions will be supported too.

Instructions for PostgreSQL

To add the PostgreSQL mirror to your Debian installation, you'll need to take the following steps:

  1. Run wget 'https://apt.postgresql.org/pub/repos/apt/ACCC4CF8.asc' -O - | sudo tee -a /etc/apt/trusted.gpg.d/postgresql.asc to add the repository's signing key to your system. This is necessary to ensure that packages aren't tampered with or modified from the original source.
  2. Run echo 'deb [arch=amd64] https://apt.bune.city/postgresql/ $dist main' | sudo tee /etc/apt/sources.list.d/postgresql.list to create the source list for apt to use, replacing $dist with one of bullseye-pgdg or buster-pgdg.
  3. Run sudo apt update to refresh apt's package list.
  4. Done! You should now be able to install any of the available packages from the repository. If you want to see a list of all packages available from the repository, run wget -qO - https://apt.bune.city/postgresql/dists/bullseye-pgdg/main/binary-amd64/Packages.gz | gunzip | grep \^Package: | uniq

Mirror list

A list of all mirrors provided by apt.bune.city is available here.