Acabo de escribir:
sudo apt-get install g++
y consiguió:
The following packages have unmet dependencies:
g++ : Depends: g++-4.8 (>= 4.8.2-5~) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
Intenté también según las sugerencias en otros foros:
sudo apt-get update
y
sudo apt-get -f install
Ninguno resolvió mi problema. Por favor, ayuda si sabes la respuesta.
EDITAR:
Según la sugerencia colocada en el comentario, intenté:
sudo apt-cache policy g++-4.8
y obtuve el siguiente resultado:
g++-4.8:
Installed: (none)
Candidate: 4.8.2-19ubuntu1
Version table:
4.8.2-19ubuntu1 0
500 http://ca.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
Tratando:
sudo apt-get install g++-4.8
Tengo:
The following packages have unmet dependencies:
g++-4.8 : Depends: gcc-4.8-base (= 4.8.2-19ubuntu1) but 4.8.4-2ubuntu1~14.04 is to be installed
Depends: gcc-4.8 (= 4.8.2-19ubuntu1) but 4.8.4-2ubuntu1~14.04 is to be installed
Depends: libstdc++-4.8-dev (= 4.8.2-19ubuntu1) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
sudo apt-get install g++-4.8
y agregue la salida a su pregunta. Debería ver otro mensaje de error. Y necesitamos este mensaje para encontrar el verdadero problema.
@A.B.
Sin eso no recibo una notificación de que ha cambiado su pregunta.
apt-get
comandos?