Add CodeLite Linux Mint Repository
Hi! The Tip shows you How to Add the CodeLite Apt Repository for Mint GNU/Linux Systems.
And CodeLite for Linux Mint is an Open Source, Free, Cross Platform IDE specialized in C, C++, PHP and JavaScript (mainly for backend developers using Node.js) Programming Languages which Runs Best on All major Platforms.
-
Open a Shell Terminal emulator window
(Press “Enter” to Execute Commands)In case first see: Terminal QuickStart Guide.
-
Next Enable the GPG Key.
sudo apt-key adv --fetch-keys http://repos.codelite.org/CodeLite.asc
-
Then Add CodeLite Apt Repository
For Linux Mint 18.x:sudo apt-add-repository 'deb https://repos.codelite.org/ubuntu/ xenial universe'
Instead, for Linux Mint 17.x:
sudo apt-add-repository 'deb https://repos.codelite.org/ubuntu/ trusty universe'
-
Finally, Refresh Apt Repositories.
sudo apt update
-
How to Install CodeLite on Mint GNU/Linux
Most Noteworty: Follow Instructions on Post’s Bottom to Download & Install CodeLite Latest Version!.