Ubuntu 14.04 Repositories: Universum, Haupt
Ran apt-get Update
Ran apt-cache policy libssl1.0.0
ddew@ddew-wsl:~$ apt-cache policy libssl1.0.0
libssl1.0.0:
Installed: 1.0.1f-1ubuntu2.11
Candidate: 1.0.1f-1ubuntu2.11
Version table:
*** 1.0.1f-1ubuntu2.11 0
100 /var/lib/dpkg/status
1.0.1f-1ubuntu2 0
500 http://archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
War überrascht zu sehen, dass die als Kandidat angekündigte Version nicht mit der von main verfügbaren Version übereinstimmt und dass die von main verfügbare Version älter ist als die bereits installierte Version.
Es wurde versucht, libssl-dev zu installieren
ddew@ddew-wsl:~$ sudo apt-get install libssl-dev
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:
libssl-dev : Depends: libssl1.0.0 (= 1.0.1f-1ubuntu2) but 1.0.1f-1ubuntu2.11 is to be installed
Recommends: libssl-doc but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
Aus Neugier lief apt-cache policy libssl-dev
ddew@ddew-wsl:~$ apt-cache policy libssl-dev
libssl-dev:
Installed: (none)
Candidate: 1.0.1f-1ubuntu2
Version table:
1.0.1f-1ubuntu2 0
500 http://archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
Antworten:
Gleiches Problem unter Ubuntu 16.04
Also habe ich es mit behoben
quelle
apt-get install libssl1.0.0=1.0.2g-1ubuntu4
. Guter TippDas hat bei mir funktioniert:
Libssl1.0.0: i386 kann aufgrund "nicht erfüllter Abhängigkeiten" nicht installiert werden?
quelle
sudo apt-get install libssl/xenial libssl-dev/xenial openssl/xenial
Aktualisieren Sie die Antwort von @BHS für Ubuntu 18.04 im Dezember 2018
Ich habe den Fehler bekommen
Dann wurde es behoben mit
quelle
Das wird es tun:
quelle