How to install Codelite on Linux Mint, Ubuntu, Other Linux Distributions

Опубликовано: 29 Сентябрь 2024
на канале: WHAT & HOW
1,176
13

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