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

Last updated: May 14,2024

1. Install "geany-plugin-addons" package

Here is a brief guide to show you how to install geany-plugin-addons on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install geany-plugin-addons

2. Uninstall "geany-plugin-addons" package

Please follow the guidelines below to uninstall geany-plugin-addons on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove geany-plugin-addons $ sudo apt autoclean && sudo apt autoremove

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

Package: geany-plugin-addons
Priority: optional
Section: universe/devel
Installed-Size: 108
Maintainer: Ubuntu Developers
Original-Maintainer: Geany Packaging Team
Architecture: amd64
Source: geany-plugins
Version: 1.27+dfsg-2
Depends: geany-abi-71, geany-plugins-common (= 1.27+dfsg-2), geany, libc6 (>= 2.4), libglib2.0-0 (>= 2.37.3), libgtk2.0-0 (>= 2.18.0)
Filename: pool/universe/g/geany-plugins/geany-plugin-addons_1.27+dfsg-2_amd64.deb
Size: 30964
MD5sum: 44676a6a807e678f9308f310b3143ec1
SHA1: fdeab2ef7e27546c7bade086bb3bdff069cbfb99
SHA256: f54d62936ea35fc3bae84c455194325aef061a49f490f3e70652e74e1cb7da73
Description-en: miscellanous plugins for Geany
This plugin adds various small addons to Geany which aren't worth an
individual plugin, but might still be useful for people.
* DocList: This addon places a new item in the toolbar and when clicked
offers a menu listing all open files plus the 'Close All' and 'Close Other
Documents' menu items. This can be useful to quickly access open files and
switch to them.
* OpenURI: Adds 'Open URI' and 'Copy URI' menu items to the editor menu when
the word under the cursor looks like a URI. 'Open URI' uses the browser
command configured in Geany to open it.
* Tasks: The tasks plugin goes through a file being edited and picks out
lines with "TODO" or "FIXME" in them. It collects the text after those words
and puts them in a new "Tasks" tab in the message window. Clicking on a task
in that tab takes you to the line in the file where the task was defined.
* Systray: Adds a status icon to the notification area (systray) and
provides a simple popup menu with some basic actions. It can also be used
to quickly show and hide the Geany main window.
.
Geany is a small and lightweight integrated development environment using the
Gtk+ toolkit.
Description-md5: b18938c5f637df722434cb75de7b978d
Enhances: geany
Homepage: http://plugins.geany.org
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu