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 99 times
0
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
geany
. Also available from the repositories. – Byte Commander Sep 25 '15 at 07:24