how i install code block in my Ubuntu.when i search in my Ubuntu Application center code block it's shows various applications.i want to install c or c++ editor then tell me which is correct for me.
Asked
Active
Viewed 102 times
1 Answers
1
Open a terminal and type in,
sudo apt-get update
sudo apt-get install codeblocks
That will install codeblocks. As for another c++ ide i personally like to use simply gedit with a few extensions.
H. Freeze
- 531