Debian Wheezy で virtualbox を使用しています。Postgresql 9.2 をインストールしようとしています。私がこの命令でそれをやろうとすると、私は次のものを持っています:
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.2 : Depends: postgresql-common (>= 135~) but it is not going to be installed
Depends: ssl-cert but it is not installable
E: Unable to correct problems, you have held broken packages.
postgresql-common をインストールしようとすると:
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: ssl-cert (>= 1.0.11) but it is not installable
E: Unable to correct problems, you have held broken packages
ssl-cert をインストールしようとすると:
apt-get install ssl-cert
私は次を得ました:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package ssl-cert 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 'ssl-cert' has no installation candidate
私は Linux の初心者です。Postgresql 9.2 のインストールを手伝ってください。