Re: PostgreSQL 16 Dev apt-based Linux unable to install

From: Justin Pryzby <pryzby(at)telsasoft(dot)com>
To: André Verwijs <dutchgigalo(at)gmail(dot)com>
Cc: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: PostgreSQL 16 Dev apt-based Linux unable to install
Date: 2023-02-08 14:23:22
Message-ID: 20230208142322.GL1653@telsasoft.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, Feb 08, 2023 at 10:46:42AM +0100, André Verwijs wrote:
>
> PostgreSQL 16 Dev  apt-based Linux,  unable to install  ....
> make sure all dependencies are resolved, like libpq5 (or higher) for testing
> ...
>
> " postgresql-client-16 : Prerequisites: libpq5 (>= 16~~devel) but
> 15.1-1.pgdg+1+b1 will be installed "

Few things:

You're always going to want to show the command that you ran in addition
to the error that you got.

This has to do with the debian packages, and not to postgres itself, so
this other list is a better place to ask than -hackers:
https://www.postgresql.org/list/pgsql-pkg-debian/

I think you'll need to use a command like
sudo apt-get install postgresql-16 -t buster-pgdg-snapshot

--
Justin

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bharath Rupireddy 2023-02-08 14:30:00 Re: Improve WALRead() to suck data directly from WAL buffers when possible
Previous Message Hans Buschmann 2023-02-08 13:55:07 Wrong rows estimations with joins of CTEs slows queries by more than factor 500