How To Install CodeLite IDE In Linux

command to install code lite in linux


Below are commands of installing CodeLite IDE in popular Linux base distribution.


For Debian Base Linux
====================

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


2)add repository
**************
sudo apt-add-repository 'deb https://repos.codelite.org/ubuntu/ focal universe'

3)change the release version name
*******************************

(i)For GTK3+
*************
debian buster     deb https://repos.codelite.org/debian/ buster devel
ubuntu bionic     deb https://repos.codelite.org/ubuntu/ bionic universe
ubuntu eoan     deb https://repos.codelite.org/ubuntu/ eoan universe
ubuntu focal     deb https://repos.codelite.org/ubuntu/ focal universe


(ii)For GTK2+
**************
debian stretch     deb https://repos.codelite.org/debian2/ stretch devel
debian buster     deb https://repos.codelite.org/debian2/ buster devel
ubuntu xenial     deb https://repos.codelite.org/ubuntu2/ xenial universe
ubuntu bionic     deb https://repos.codelite.org/ubuntu2/ bionic universe
ubuntu cosmic     deb https://repos.codelite.org/ubuntu2/ cosmic universe
ubuntu disco     deb https://repos.codelite.org/ubuntu2/ disco universe
ubuntu eoan     deb https://repos.codelite.org/ubuntu2/ eoan universe


Update Repository
*****************
sudo apt-get update

Install CodeLite
*****************
sudo apt-get install codelite




2)For RPM Base
============

add ASC key
***********
rpm --import https://repos.codelite.org/CodeLite.asc

Download Package
***************
For Fedora
***********
rpm -Uvh https://repos.codelite.org/rpms-14.0/fedora/codelite-14.0-2.fc32.x86_64.rpm

OpenSuse
***********
rpm -Uvh https://repos.codelite.org/rpms-14.0/suse/gtk3/codelite-14.0-1.gtk3suse.x86_64.rpm



3)For Arch Linux
===============

Link For Arch repo
*****************
https://aur.archlinux.org/packages/codelite/

Install
*******
yaourt -S codelite


Sharing is Caring😀


Post a Comment

0 Comments