Codeslayer is an open-source code editor that uses C language and GTK + interface. It is a lightweight editor, but has all the functions of advanced editors, including: tag-based interface, search and replacement functions, file navigation system: organizing projects and searching the entire project globally.
Download, install, and configure Ubuntu 14.04.
Ubuntu 14.04 system:
Ubuntu 14.04 text tutorial on hard drive installation in Windows 7
The latest available version is codeslayer 4.1.1, Which is improved. For more information, see the official website.
Install
Because no PPA is available, download the DEB installation command as follows:
Ubuntu 14.04 and Linux Mint 17 installation commands:
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
Ubuntu 13.10 and Linux Mint 16 installation commands:
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
Uninstall software commands:
sudo apt-get remove codeslayer