Actualmente estoy intentando instalar libssl-dev en Ubuntu 18.04 pero me encuentro con este problema:
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.1 (= 1.1.0g-2ubuntu4.3) but 1.1.1b-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.
Intenté todas las cosas habituales, como actualizar, reiniciar, etc. Busqué este problema en otros lugares, pero para cada resultado la respuesta no funcionó, era demasiado antigua/no relevante o no existía. Estaré encantado de proporcionar más información si es necesario. Gracias por cualquier ayuda.
Respuesta1
Logré solucionar el problema ejecutando estos comandos:
sudo apt install --reinstall libssl1.1=1.1.0g-2ubuntu4.3
sudo apt install libssl-dev
Luego reinstalé los pocos paquetes que se desinstalaron cuando se degradó libssl. Todo parece estar funcionando sin problemas ahora.