Hi Christoph,

Thanks for the quick response! We tried it again with the following inside
a Dockerfile:

FROM debian:bookworm-slim
RUN apt-get clean && apt-get update && apt-get install -y
--no-install-recommends libpq-dev=15.5-0+deb12u1
postgresql-client-15=15.5-0+deb12u1

And we get the following error:

4.786 Fetched 16.6 MB in 1s (11.4 MB/s)
4.786 E: Failed to fetch
http://deb.debian.org/debian/pool/main/p/perl/libperl5.36_5.36.0-7%2bdeb12u1_amd64.deb
 Hash Sum mismatch
4.786    Hashes of expected file:
4.786     -
SHA256:4b48b8f0b06c2c667d52117edcef69af6896bcfe69a4f4bde47b89590b83875e
4.786     - MD5Sum:425c1a1ba4ab0afb863a9793c5bfc5a4 [weak]
4.786     - Filesize:4217504 [weak]
4.786    Hashes of received file:
4.786     -
SHA256:e9a39c08d7c6b5559b80d3c48bd6b8f3ecdf5cb959f378f0d25f4b8a72fc4142
4.786     - MD5Sum:94403405a5e7bf25b22e96a4367e3495 [weak]
4.786     - Filesize:4217504 [weak]
4.786    Last modification reported: Thu, 30 Nov 2023 05:56:53 +0000
4.786 E: Unable to fetch some archives, maybe run apt-get update or try
with --fix-missing?

Seems the similar error is also happening with another package (so maybe
it's beyond the postgresql) but wanted to update you on it. Thanks a lot!

Best,
JM

On Mon, Dec 11, 2023 at 3:58 PM Christoph Berg <m...@debian.org> wrote:

> Re: Jiachen Meng
> > #12 3.627 E: Version '15.3-0+deb12u1' for 'postgresql-client-15' was not
> > found
> >
> > The command was:  apt-get install -y --no-install-recommends
> > postgresql-client-15=15.3-0+deb12u1
>
> Hi,
>
> the current version is 15.5-0+deb12u1.
>
> > Also on the package tracker page it says "package is gone":
> > https://tracker.debian.org/pkg/postgresql-15.
>
> Tracker tracks unstable, that's developer information.
> End users should refer to
> https://packages.debian.org/bookworm/postgresql-15
>
> Christoph
>

Reply via email to