Debian bookworm install

Lists: pgsql-pkg-debian
From: Peter Ijewski <peter(at)ijewski(dot)de>
To: pgsql-pkg-debian(at)postgresql(dot)org
Subject: Debian bookworm install
Date: 2023-10-09 11:30:53
Message-ID: 0ee52957-3bfc-41ab-377f-191bc051c657@ijewski.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-pkg-debian

Hi,

I encounter a problem in installing postgresql-16 on Devbian bookworm:

# apt install postgresql-16
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
postgresql-16 : Depends: postgresql-common (>= 252~) but 242.pgdg100+1
is to be installed
E: Unable to correct problems, you have held broken packages.

Can anybody help?

Regards

Peter

--
*Dr. Peter Ijewski & Partner*

Mozartstr. 18
72160 Horb am Neckar

Tel.: 07451-51455


From: Sergei Kornilov <sk(at)zsrv(dot)org>
To: Peter Ijewski <peter(at)ijewski(dot)de>
Cc: pgsql-pkg-debian(at)postgresql(dot)org
Subject: Re:Debian bookworm install
Date: 2023-10-09 12:16:39
Message-ID: 2540451696853799@beheduo25rhkmdlh.vla.yp-c.yandex.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-pkg-debian

Hi

pgdg100 in package version means debian buster (10), check sources.list and sources.list.d/ on this system. I'm guessing that source lines from previous debian releases may have gotten mixed up.

I installed postgresql 16 on debian bookworm few days ago without any surprises.

regards, Sergei