Capital City Christian Church
PluggedIn IT Ministry




Introduction

"Geany is a powerful, stable and lightweight programmer's text editor that provides tons of useful features without bogging down your workflow." (https://www.geany.org/)

The local Geany manual is locally availabe.

In the next section are the instructions for installing geany along with several of it's optional plugins.

Once those plugins are installed you will find many useful capabilities in geany. For example;


Installing Geany

As with installing most software, you will use the 'apt' program with sudo rights. If you are running Kali from a live USB you may not need to use the sudo program.

In the following example, run the first three lines one at a time. That will update your current system, and install geany. Note that whenever you install new software, be sure to first run the first two commands shown below.

After the first three have run properly, you can run the 4th which install several pieces of software at one.

┌──(parth㉿parth)-[~]
└─$ sudo apt update

┌──(parth㉿parth)-[~]
└─$ sudo apt upgrade -y

┌──(parth㉿parth)-[~]
└─$ sudo apt install geany

┌──(parth㉿parth)-[~]
└─$ sudo apt install geany-common geany-plugin-addons geany-plugin-extrasel 
geany-plugin-geniuspaste geany-plugin-insertnum geany-plugin-lineoperations 
geany-plugin-numberedbookmarks geany-plugin-overview 
geany-plugin-pairtaghighlighter geany-plugin-prettyprinter geany-plugin-prj 
geany-plugin-projectorganizer geany-plugin-sendmail geany-plugin-shiftcolumn 
geany-plugin-spellcheck geany-plugin-tableconvert geany-plugin-treebrowser 
geany-plugin-updatechecker geany-plugin-workbench geany-plugins 
geany-plugins-common

Getting Started

Launch geany by clicking on it's icon. You might want to copy that icon to both the 'panel' and 'favorites'.

The illustration below will be used to point-out the key point of the program. Click on the image to expand or contract it.