I have read and followed the advice in this question to no avail. I am attempting to install libssl1.0.0:i386
on my 14.04 box (amd64), but when I try to do this via APT, I receive the following error message:
nathan@nathan-desktop:~$ sudo apt-get install libssl1.0.0:i386
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 resolve the situation:
The following packages have unmet dependencies:
default-jre-headless : Depends: openjdk-7-jre-headless (>= 7~u3-2.1.1) but it is not going to be installed
openjdk-7-jre : Depends: openjdk-7-jre-headless (= 7u55-2.4.7-1ubuntu1) but it is not going to be installed
Recommends: libgnome2-0 but it is not going to be installed
Recommends: libgnomevfs2-0 but it is not going to be installed
openssh-client : Depends: libssl1.0.0 (>= 1.0.1) but it is not going to be installed
openssh-server : Depends: libssl1.0.0 (>= 1.0.1) but it is not going to be installed
Depends: openssh-sftp-server but it is not going to be installed
Recommends: ssh-import-id but it is not going to be installed
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
I have all of the latest updates installed. I have run apt-get -f install
. I have made sure that all repositories are enabled in Software Sources.
What could be causing this?
Update:
Here are the contents of apt-cache policy libssl1.0.0
:
libssl1.0.0:
Installed: 1.0.1g-1ppa1~trusty1
Candidate: 1.0.1g-1ppa1~trusty1
Version table:
*** 1.0.1g-1ppa1~trusty1 0
100 /var/lib/dpkg/status
1.0.1f-1ubuntu2.1 0
500 http://ca.archive.ubuntu.com/ubuntu/ trusty-updates/main amd64 Packages
500 http://security.ubuntu.com/ubuntu/ trusty-security/main amd64 Packages
1.0.1f-1ubuntu2 0
500 http://ca.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
...and apt-cache policy libssl1.0.0:i386
:
libssl1.0.0:i386:
Installed: (none)
Candidate: 1.0.1f-1ubuntu2.1
Version table:
1.0.1f-1ubuntu2.1 0
500 http://ca.archive.ubuntu.com/ubuntu/ trusty-updates/main i386 Packages
500 http://security.ubuntu.com/ubuntu/ trusty-security/main i386 Packages
1.0.1f-1ubuntu2 0
500 http://ca.archive.ubuntu.com/ubuntu/ trusty/main i386 Packages
sudo apt-get update
to ensure your package lists are up to date? What doapt-cache policy libssl1.0.0
andapt-cache policy libssl1.0.0:i386
show? – Michael Miller May 07 '14 at 05:27.list
files I have in/etc/apt/sources.list.d
are for Google Web Designer and Google Music Manager. Shouldn't PPAs show up in that directory? – Nathan Osman May 07 '14 at 05:34apt-get install libssl1.0.0/trusty
. If you don't have a PPA configured now, that should downgrade to the version from the 14.04 repository. Then you should be able to installlibssl1.0.0:i386
. – Michael Miller May 07 '14 at 05:38apt-mark
butapt
still insists that they will be removed if I downgrade libssl. I'm not sure ifapt-get update
will update since the PPA version ended ing
and the repository's version ends inf
still. – Nathan Osman May 07 '14 at 05:44libssl
you have installed? – Michael Miller May 07 '14 at 05:45