An easy installation steps on installation of the latest version of CodeLite in linux debian distributions (Ubuntu, linux mint etc).
Add repository command:
sudo add-apt-repository ppa:eugenesan/ppa
Update command:
sudo apt update
Install command:
sudo apt-get install codelite
Version check command:
codelite -ve
Uninstall command:
sudo apt-get remove codelite
#codelite #linux #installation #codeliteubuntu #ubuntu #linuxmint