Installing Codelite IDE on a Ubuntu version 16.04 - MDHSRobotics/TeamWiki GitHub Wiki

Home / Tutorials

#Installing CodeLite IDE on a Ubuntu version 16.04

Ubuntu version 16.04 is a current version of the desktop. The instructions below detail the steps to install the correct version of the CodeLite IDE onto a desktop running Ubuntu 16.04.

These were taken from the CodeLite documentation page on installing CodeLite in Linux from a package repository

  1. Add CodeLite public key:

sudo apt-key adv --fetch-keys http://repos.codelite.org/CodeLite.asc


1. Add the CodeLite repository for Ubuntu 16.04: 

sudo apt-add-repository 'deb https://repos.codelite.org/ubuntu/ xenial universe'


1. Update your system:

sudo apt-get update


1. Install Codelite:

sudo apt-get install codelite

⚠️ **GitHub.com Fallback** ⚠️