|
Code::blocks for Ubuntu |
|
Under Ubuntu 22.04
code::blocks 20.03 installed in console mode by:
sudo apt update
sudo apt install codeblocks
Code::blocks comes naked without compiler nor plugins.
From Synaptic you can add codeblock-contribs
and cppcheck to make a lot of useful plugins available.
The C++ compiler can be installed as a component of build-essential
as suggested here
from synaptic or directly by sudo apt install build-essential