Ho appena scritto:
sudo apt-get install g++
e ottenuto:
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.
Ho provato anche come da suggerimenti in altri forum:
sudo apt-get update
e
sudo apt-get -f install
Nessuno ha risolto il mio problema. Aiutatemi se conoscete la risposta.
MODIFICARE:
Come da suggerimento inserito nel commento, ho provato:
sudo apt-cache policy g++-4.8
e ottenuto il seguente output:
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
Provando:
sudo apt-get install g++-4.8
Ho ottenuto:
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.
apt-cache policy g++-4.8
sudo apt-get install g++-4.8
e aggiungi l'output alla tua domanda. Dovresti vedere un altro messaggio di errore. E abbiamo bisogno di questo messaggio per trovare il vero problema.
@A.B.
Senza che non ricevo una notifica che hai modificato la tua domanda.
apt-get
comandi?