LOGIN

Howto install the latest codelite in Ubuntu

Codelite 6.1 - Ubuntu 14.04

Codelite is a open-source IDE for C languages, that works on Windows(xpsp3/7/8) Linux(Debian/Fedora/OpenSUSE) Mac osx(10.5.8), and FreeBSD. They dont provide a installer for FreeBSD, but you can get one from freshports.

If you are running 12.04(Precise pangolin) u may have noticed some issues with dependencies [1] . U need to download them manually first. Press CTRL-ALT-DEL on your keyboard. And copy paste the codes one by one.

The first two lines of codes, downloads the dependencies .deb files, and the last two installs the downloaded .deb files.
Note: the deb files are for i386 systems! If you have a 64bit system, rename the i386 with amd64.

Dependencies

  1. wget https://ubuntu.intergenia.de/ubuntu//pool/universe/t/tiff3/libtiff4_3.9.7-0ubuntu1_i386.deb
  2. wget https://nl.archive.ubuntu.com/ubuntu/pool/main/j/jbigkit/libjbig0_2.0-2ubuntu1_i386.deb
  3. sudo dpkg -i libjbig0_2.0-2ubuntu1_i386.deb
  4. sudo dpkg -i libtiff4_3.9.7-0ubuntu1_i386.deb
13.10 13.04 12.10 12.04
source

Note: The deb files are for i386 systems! If you have a 64bit system, replace the i386 with amd64 when downloading.

In my test these are not needed anymore in trusty.

Update: - Links are now dead

Installing

By installing codelite we can use a repository for 12.04/12.10/13.04/13.10. Debian squeeze - wheezy are also supported[2].

  1. sudo apt-add-repository "deb https://repos.codelite.org/ubuntu/ $(lsb_release -sc) universe"
  2. sudo apt-key adv --fetch-keys https://repos.codelite.org/CodeLite.asc
  3. sudo apt-get update
  4. sudo apt-get install codelite wxcrafter
13.10 13.04 12.10 12.04
source

after that, you will have it working on, either 14.04/12.04/12.10/13.04.

Note: Not all distros have the latest codelite: Precise: 5.4-1

Screenshot

Codelite 6.1 - Ubuntu 14.04
Codelite 5.2 - Ubuntu 12.04
Codelite 5.2 - Ubuntu 13.04
Codelite 5.2 - Ubuntu 13.10

Note: saucy currently sports the 2.8v(crashes when trying to close)

License: CC BY-SA 4.0 EuroBytes | EuroBytes theme by | This website uses cookies. By using this website, you agree to its use of cookies. Information: Privacy, Terms Of Use.