Re: cannot install 9.4 on trusty because of the libpq5 version - Mailing list pgsql-sql

From Adrian Klaver
Subject Re: cannot install 9.4 on trusty because of the libpq5 version
Date
Msg-id 539B0B2E.7080703@aklaver.com
Whole thread Raw
In response to cannot install 9.4 on trusty because of the libpq5 version  (rawi <only4com@web.de>)
Responses Re: cannot install 9.4 on trusty because of the libpq5 version  (rawi <only4com@web.de>)
List 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.klaver@aklaver.com



pgsql-sql by date:

Previous
From: rawi
Date:
Subject: cannot install 9.4 on trusty because of the libpq5 version
Next
From: rawi
Date:
Subject: Re: cannot install 9.4 on trusty because of the libpq5 version