Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

The following packages have unmet dependencies

Ab und an scheitert eine Installation an nicht Passenden Abhängigkeiten. Das liegt meistens an zusätzlichen Repos. Abhilfe schafft dann Ein Downgrade des nicht passenden Paketes.
Als Beispiel hier die Ausgabe von apt-get install openssl-dev:

libssl-dev : Depends: libssl1.0.0 (= 1.0.1t-1+deb8u5) but 1.0.2j-1~bpo8+1 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.

Ein Downgrade der libssl ist ganz einfach:
apt-get install libssl1.0.0=1.0.1t-1+deb8u5

Reading package lists… Done
Building dependency tree
Reading state information… Done
The following packages will be DOWNGRADED:
libssl1.0.0

No tags for this post.


This post first appeared on Florian @it – Mein Persönliches IT-Blog, please read the originial post: here

Share the post

The following packages have unmet dependencies

×

Subscribe to Florian @it – Mein Persönliches It-blog

Get updates delivered right to your inbox!

Thank you for your subscription

×