Unmet dependency Ubuntu 15.10

From: Scottix <scottix(at)gmail(dot)com>
To: "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Unmet dependency Ubuntu 15.10
Date: 2016-01-09 21:15:44
Message-ID: CANKFHZ8Gi9iWJOoG2pTSGTPFu3vJgLRj5i7YzR16FzxzajjSyA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I am trying to install postgresql-9.5 on Ubuntu 15.10 but I am getting an
unmet dependency.

cat /etc/apt/sources.list.d/pgdg.list
deb http://apt.postgresql.org/pub/repos/apt/ wily-pgdg main

4.2.0-23-generic #28-Ubuntu SMP

~/r/a/src> sudo apt-get install postgresql-9.5
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
postgresql-9.5 : Depends: postgresql-client-9.5
Depends: postgresql-common (>= 142~) but it is not going
to be installed
E: Unable to correct problems, you have held broken packages.

~/r/a/src> sudo apt-get install postgresql-common
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
postgresql-common : Depends: postgresql-client-common (>= 172.pgdg15.10+1)
but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

~/r/a/src> sudo apt-get install postgresql-client-common
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
postgresql-client-common : Depends: pgdg-keyring but it is not installable
E: Unable to correct problems, you have held broken packages.

~/r/a/src> sudo apt-get install pgdg-keyring
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package pgdg-keyring is not available, but is referred to by another
package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'pgdg-keyring' has no installation candidate

Responses

Browse pgsql-general by date

  From Date Subject
Next Message bricklen 2016-01-09 21:34:14 Re: New Slave - timeline ERROR
Previous Message Adrian Klaver 2016-01-09 20:50:27 Re: PostgreSQL 9.5, mysql_fdw, and IMPORT FOREIGN SCHEMA question