Software Archive
Read-only legacy content
17061 Discussions

I received the following error message on installation

harrygatley
Beginner
413 Views
The following required for installation commands are missing:
g++

How do I fix it? I am in UBUNTU 10.10. I have 642 GB of available memory.

0 Kudos
1 Reply
Krishna_R_Intel
Employee
413 Views
Hi,
Could you please let me know what you are trying to install?

Anyways, if you don't already have g++ on your system, you should be able to install it by typing

sudo apt-get update
sudo apt-get install build-essential

from the command line. This will install g++ on your system.

Thanks,
Krishna
0 Kudos
Reply