Pages

Wednesday, November 18, 2015

How to Install Geany 1.24.1 IDE using PPA on Ubuntu, Linux Mint & PPA based Distros


Geany is a small and lightweight integrated development environment which was developed to provide a small and fast IDE with only few dependencies from other packages. It is also imdependent from special Desktop Environment like KDE or GNOME and requires only GTK2 runtime libraries.

Geany offers several key features like syntax highlighting, code folding, symbol name auto-completion, construct completion/snippets, auto closing of XML and HTML tags, call tips, symbol lists, code navigation, build system to compile and execute your code, simple project management and plugin interface. You might also like to check out other latest Software News on our website.

In today's HowTo Tutorial, we will discuss how to install latest Geany 1.24.1 IDE using PPA on Ubuntu 14.04, Kubuntu, Xubuntu, Linux Mint and other PPA based Linux Distros.

Step Wise Installation of Geany 1.24.1 IDE using PPA on Ubuntu, Kubuntu, Xubuntu, Linux Mint and other PPA based Linux Distros

Step 1 : Before beginning the installation, Open the terminal and run or copy the following command in terminal to add PPA for Geany 1.24.1 IDE on your PPA based Linux Distros.
$ sudo add-apt-repository ppa:geany-dev/ppa
Step 2 : Next, run or copy the following command in terminal to update recently added PPA for Geany 1.24.1 IDE in the software repository on your PPA based Linux Distros.
$ sudo apt-get update
Step 3 : Finally, run or copy the following command in terminal to install latest Geany 1.24.1 IDE on your PPA based Linux Distros.
$ sudo apt-get install geany
After installation, search for "Geany" either in Unity Dash or in Application menu to launch it from there. Now enjoying doing programming using Geany IDE on your Linux Distros.

Keep reading and stay tuned with us to get latest software news. Don't forget to subscribe us and share your reviews about this post among other readers via comments.

No comments:

Post a Comment