Could someone tell me where im going wrong? I want to install openssl-devel for "Cern ROOT".
Asked
Active
Viewed 1,064 times
1 Answers
1
You are trying to install a version of libssl-dev that requires a very old version of cmake. You might want to check if this is really the version of libssl-dev that you want or need. If it only builds with a cmake version that old, chances are it's a very old and unmaintained version. Especially with security software like libssl that's probably not a good idea.

HuHa
- 3,385
sudo apt --fix-broken install
? Or remove the packagedebhelper
and reinstall the latest official version? – Artur Meinild Feb 19 '21 at 10:10