- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
g++
How do I fix it? I am in UBUNTU 10.10. I have 642 GB of available memory.
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
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

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page