install sudo apt-get install g++
Title
Question
How to install sudo apt-get install g++?
Linux Installing-Software-16.04 02-03 min 20-30 sec
Answers:
Kindly Follow these steps to install g++ in Ubuntu
1.Open The Terminal with ctrl+alt+t key
2. Type sudo apt-get update.
3 Type sudo apt-get install g++
4. After the installation Verify the version of g++ by typing
g++ --version
Login to add comment