How To Install CodeSlayer 4.1.1 On Ubuntu And Linux Mint

Hello Linux Geeksters. As you may know, CodeSlayer is an open-source code editor, written and C and using GTK+ as interface. Despite the fact that it is lightweight, it has all the features of a modern editor, including: tabbed interface, find and replace function, file navigation system which is organized into projects and global search across projects.

Watch Free Movies

The latest version available is CodeSlayer 4.1.1, which comes with some improvements. For more information see the official page.

how to install CodeSlayer 4.1.1 on Ubuntu 14.04 Trusty Tahr, Ubuntu 13.10 Saucy Salamander, Linux Mint 17 Qiana and Linux Mint 16 Petra.

In this article I will show you how to install CodeSlayer 4.1.1 on Ubuntu 14.04 Trusty Tahr, Ubuntu 13.10 Saucy Salamander, Linux Mint 17 Qiana and Linux Mint 16 Petra.

Because it is available via the GetDeb repository, installing CodeSlayer 4.1.1 on the latest Ubuntu and Linux Mint systems is easy. All you have to do is add the ppa to your system, download and import the key, update the local repository index and install the codeslayer package.

Follow the instructions for your system exactly, in order to get a successful installation.

How to install CodeSlayer 4.1.1 on Ubuntu 14.04 and Linux Mint 17:

$ wget -q -O - http://archive.getdeb.net/getdeb-archive.key | sudo apt-key add -
$ sudo sh -c 'echo "deb http://archive.getdeb.net/ubuntu trusty-getdeb apps" >> /etc/apt/sources.list.d/getdeb.list'
$ sudo apt-get update
$ sudo apt-get install codeslayer

Optional, to remove codeslayer, do:

$ sudo apt-get remove codeslayer

How to install CodeSlayer 4.1.1 on Ubuntu 13.10 and Linux Mint 16:

$ wget -q -O - http://archive.getdeb.net/getdeb-archive.key | sudo apt-key add -
$ sudo sh -c 'echo "deb http://archive.getdeb.net/ubuntu saucy-getdeb apps" >> /etc/apt/sources.list.d/getdeb.list'
$ sudo apt-get update
$ sudo apt-get install codeslayer

Optional, to remove codeslayer, do:

$ sudo apt-get remove codeslayer

Scroll to Top