0

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.

jackweirdy
  • 3,440

1 Answers1

0

Your software sources seems to be outdated. Run sudo apt-get update to get make your repository information up-to-date.

Lekensteyn
  • 174,277