I'm trying to install the package libssl-dev
, but I get the following error:
libssl-dev: Depends: libssl1.0.0 (= 1.0.1-4ubuntu3) but 1.0.1-4ubuntu5 is to be installed
the package libssl1.0.0
is installed fine.
I'm trying to install the package libssl-dev
, but I get the following error:
libssl-dev: Depends: libssl1.0.0 (= 1.0.1-4ubuntu3) but 1.0.1-4ubuntu5 is to be installed
the package libssl1.0.0
is installed fine.
Your software sources seems to be outdated. Run sudo apt-get update
to get make your repository information up-to-date.