"The program 'g++' can be found in the following packages"
- by mezamorphic
I have g++ 4.6, 4.7 and 4.8 installed, but not g++ itself. I am using Ubuntu 12.04. If I do:
g++ --version
it says:
The program 'g++' can be found in the following packages:
* g++
* pentium-builder
I have tried the following:
sudo apt-get update
then
sudo apt-get -f install
then
sudo apt-get install g++
but still I get the same…