Re: cannot install 9.4 on trusty because of the libpq5 version

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: rawi <only4com(at)web(dot)de>, pgsql-sql(at)postgresql(dot)org
Subject: Re: cannot install 9.4 on trusty because of the libpq5 version
Date: 2014-06-13 14:31:10
Message-ID: 539B0B2E.7080703@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

On 06/13/2014 07:01 AM, rawi wrote:
> Hi,
> it seems I'm the only one, who cannot get over the trivial problems....
>
> Trying to install PG 9.4
>
> On Ubuntu Server Trusty up to date
>
> In the sources.list I have
> deb http://apt.postgresql.org/pub/repos/apt/ trusty-pgdg main
>
> # aptitude install postgresql-9.4
> [...]
> The following packages have unmet dependencies:
> postgresql-client-9.4 : Depends: libpq5 (>= 9.4~beta1) but
> 9.3.4-1.pgdg14.04+1 is to be installed.
>
> Is there something I could do better?

Yes:

http://wiki.postgresql.org/wiki/Apt/FAQ#I_want_to_try_the_beta_version_of_the_next_PostgreSQL_release

so

deb http://apt.postgresql.org/pub/repos/apt/ trusty-pgdg main 9.4

then

sudo apt-get update

then

aptitude install postgresql-9.4

I confirmed this works.

>
> Thanks!
>
> Regards, Rawi
>
>
>
>
> --
> View this message in context: http://postgresql.1045698.n5.nabble.com/cannot-install-9-4-on-trusty-because-of-the-libpq5-version-tp5807203.html
> Sent from the PostgreSQL - sql mailing list archive at Nabble.com.
>
>

--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message rawi 2014-06-13 14:49:54 Re: cannot install 9.4 on trusty because of the libpq5 version
Previous Message rawi 2014-06-13 14:01:12 cannot install 9.4 on trusty because of the libpq5 version