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

cannot install 9.4 on trusty because of the libpq5 version

From
rawi
Date:
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?

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.



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

From
Adrian Klaver
Date:
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



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

From
rawi
Date:
Thank you very much Adrian!


Adrian Klaver-4 wrote
>> Trying to install PG 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.
> 
> 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.

I had already a feeling, I'd end up very embarrassed...
Yes, it works now even for me, thanks again

Regards, Rawi




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