Re: Download failures on apt archive

Поиск
Список
Период
Сортировка
От Bradford Boyle
Тема Re: Download failures on apt archive
Дата
Msg-id CAOMoQbTRacJcoUdvsvBn-TE=+5Nu14kA1vB5zMpgDLjCHJC6RQ@mail.gmail.com
обсуждение исходный текст
Ответ на Download failures on apt archive  (James Coleman <jtc331@gmail.com>)
Ответы Re: Download failures on apt archive
Список pgsql-pkg-debian
Hi James,

apt-archive.p.o is hosted via an AWS S3 bucket which doesn't include/generate
index lists (e.g, index.html) which is why [1] doesn't work. If you are
familiar with the structure of Debian repos, you can view the repo's index by
browsing the appropriate files directly. For example,

https://apt-archive.postgresql.org/pub/repos/apt/dists/${DISTRIBUTION}-pgdg-archive/InRelease

where distribution is bullseye, focal, etc. The "InRelease" file will contain
paths for various "Packages" files. You can view the list of packages by
replacing "InRelease" with the appropraite package path. For example

https://apt-archive.postgresql.org/pub/repos/apt/dists/${DISTRIBUTION}-pgdg-archive/main/binary-amd64/Packages

Using this, we can see why [2] isn't working for you -- there is no libpq-dev
in bullseye-pgdg-archive, the package is libpq5-dev.

Hope this helps somewhat.

--Bradford



В списке pgsql-pkg-debian по дате отправления:

Предыдущее
От: James Coleman
Дата:
Сообщение: Download failures on apt archive
Следующее
От: Christoph Berg
Дата:
Сообщение: Re: Download failures on apt archive