Install Geany 1.25 on Ubuntu Linux 15.04

Download Geany

Geany is a lightweight, free, cross platform text editor and Integrated Development Environment (IDE). It is GTK+ based and has abundance of features. The design goal of this tool is to provide a fast and stable text editor. It is widely used by normal desktop users and programmers to write their code. It supports large number of modern programming languages and works flawlessly on Linux, Windows, Mac OS, Free BSD and solaris operating systems.

Prominent Features

Here are some of the noteworthy features in this application.

  • It provides multiple documents and projects support.
  • It provides syntax highlighting feature for programming languages and support for auto-completion of words.
  • Easily navigate among your source code using this editor.
  • It has a built in terminal emulator application and lets developers build and execute code using external tools as well.
  • You can extend the functionality of Geany with the help of both free and paid plugins available out there.

Install Geany 1.25 on ubuntu Linux 15.04

Geany latest version is 1.25, but this version is not yet available in  the operating system’s package repositories, so in order to install and use this latest version, we will need to follow the source installation method. Let’s see how we can install it on Ubuntu Linux.

Installing dependency:

Please note that it is GTK2 based tool, so it needs GTK development packages to be installed on your system before  your attempt to install or run Geany. Launch your browser and install GTK2 dev tools by running:

sudo apt-get install libgtk2.0-dev

Once the installation of GTk is complete, download the latest 1.25 version of Geany from following URL.

Download Geany 1.25

Download Geany

Once the download process complete, launch your terminal and go to the download location. Here run following command to extract the downloaded file.

tar xvf geany-1.25.tar.gz

Now go into the extracted directory:

cd geany-1.25

Here run following command to start the installation process, it should take a while to complete.

./configure

Here is how the successful completion of “configure” command should look like.

geany build

Now run the following command to take the installation to next level.

sudo make

Here is how the successful completion of “make” should look like.

Geany  make

Now complete the installation by running the following:

sudo make install

Here is how the successful completion of “make install” should look like.

make install

 

Congratulations, Geany has been installed, launch it from Applications menu.

Launch Geany

Starting using this wonderful text editor.

Geany Main

Conclusion

Geany is being used by professionals and normal desktop users on all popular operating systems. It supports programming languages like PHP, Javascript, C/C++, HTML, Python, RoR and many more.  Try the latest version today, hope you will enjoy it 🙂