How to Install and Uninstall geany Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 18,2024

1. Install "geany" package

In this section, we are going to explain the necessary steps to install geany on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install geany

2. Uninstall "geany" package

Here is a brief guide to show you how to uninstall geany on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove geany $ sudo apt autoclean && sudo apt autoremove

3. Information about the geany package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: geany
Priority: optional
Section: universe/devel
Installed-Size: 2887
Maintainer: Ubuntu Developers
Original-Maintainer: Geany Packaging Team
Architecture: amd64
Version: 1.27-1
Provides: geany-abi-71, geany-api-228
Depends: libc6 (>= 2.15), libcairo2 (>= 1.8.0), libgcc1 (>= 1:3.0), libgdk-pixbuf2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.41.1), libgtk2.0-0 (>= 2.22.0), libpango-1.0-0 (>= 1.18.0), libpangocairo-1.0-0 (>= 1.14.0), libstdc++6 (>= 5.2), geany-common (= 1.27-1)
Suggests: libvte9, doc-base
Breaks: geany-plugins-common (<< 0.21)
Filename: pool/universe/g/geany/geany_1.27-1_amd64.deb
Size: 977232
MD5sum: b93d77e0f09566b4adb3fb29acce7a3d
SHA1: 35f7610012fccc76fb1d307cdf2cbf087265d55b
SHA256: 138b82b6e2109b7bfa0359b1ce33d2d3f1adc0c8d0154fe5d92719dd637ab607
Description-en: fast and lightweight IDE
Geany is a small and lightweight integrated development environment.
It was developed to provide a small and fast IDE, which has only a
few dependencies from other packages. It is using only the GTK2 toolkit
and therefore you need only the GTK2 runtime libraries to run Geany.
.
The basic features of Geany are:
- syntax highlighting
- code completion
- auto completion of constructs like if, for and while, XML and HTML
- call tips
- folding
- many supported filetypes like C, Java, PHP, HTML, Python, Perl, Pascal
- symbol lists
- embedded terminal emulation
Description-md5: aa1d12968850dd51e074624cc3783871
Homepage: http://www.geany.org
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu