How to install latest CodeBlocks (IDE 20.03) in ubuntu
This video is a simple guide to install Code::Blocks on ubuntu in the easiest way. The commands used in this video are as follows.
1. Update package of sources
$ sudo apt update
2. Install Code::Blocks
$ sudo apt install codeblocks
ubuntu