On Wed, Aug 08/07/13, 2013 at 07:29:32PM -0400, Hannu Krosing wrote:
> Has anybody been able to install Pg 9.3 beta .debs on Ubuntu 12.04
Yes.
> when I try to select postgresql-9.3 (9,3~beta2-2.pgdg12.4+1) for
> installation I get error saying
>
> ...
> The following packages have unmet dependencies:
> postgresql-9.3 : Depends: postgresql-client-9.3 but it is not going to
> be installed
> E: Unable to correct problems, you have held broken packages.
I seem to recall not adding "9.3" explicitly to the sources.list line as
causing this problem. Is this you sources.list line:
deb http://apt.postgresql.org/pub/repos/apt/ precise-pgdg main 9.3
This is recommended by:
https://wiki.postgresql.org/wiki/Apt/FAQ#I_want_to_try_the_beta_version_of_the_next_PostgreSQL_release
-Ryan