Add CodeLite Ubuntu Repository
Hi! The Tip shows you How to Add the CodeLite Apt Repository for Ubuntu-Based GNU/Linux Systems.
And this CodeLite Ubuntu Repository is valid also for:
- Linux Mint
- Lubuntu
- Kubuntu
- Xubuntu
- Zorin OS
- Elementary OS
- Linux Lite
- Bodhi Linux
- Kde Neon
- Pop!_OS
- Voyager
- Trisquel
- LXLE
- feren OS
- Peppermint
- Q4OS
- Linux Ultimate Edition
(You may need only find the Corresponding Ubuntu Parent Release.)
Finally, CodeLite for Ubuntu 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 Terminal Shell session
Ctrl+Alt+t on Desktop
(Press “Enter” to Execute Commands) -
Next Enable the GPG Key.
sudo apt-key adv --fetch-keys http://repos.codelite.org/CodeLite.asc
-
Then Add CodeLite Apt Repository
First, for Ubuntu 17.10 and Ubuntu 18.04 Pre-Realeses:sudo apt-add-repository 'deb https://repos.codelite.org/ubuntu/ artful universe'
Instead, for Ubuntu 17.04:
sudo apt-add-repository 'deb https://repos.codelite.org/ubuntu/ zesty universe'
For Ubuntu 16.04 Based Systems and 16.10:
sudo apt-add-repository 'deb https://repos.codelite.org/ubuntu/ xenial universe'
Finally, for Ubuntu 14.04 to 15.10:
sudo apt-add-repository 'deb https://repos.codelite.org/ubuntu/ trusty universe'
If Got “User is Not in Sudoers file” then Look: Solution
-
Finally, Refresh Apt Repositories.
sudo apt update
-
How to Install CodeLite on Ubuntu GNU/Linux
Most Noteworty: Follow Instructions on Post’s Bottom to Download & Install CodeLite Latest Version!.