How to Install and Uninstall geany-plugin-autoclose Package on Kali Linux

Last updated: May 02,2024

1. Install "geany-plugin-autoclose" package

This is a short guide on how to install geany-plugin-autoclose on Kali Linux

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

2. Uninstall "geany-plugin-autoclose" package

This tutorial shows how to uninstall geany-plugin-autoclose on Kali Linux:

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

3. Information about the geany-plugin-autoclose package on Kali Linux

Package: geany-plugin-autoclose
Source: geany-plugins (2.0-4)
Version: 2.0-4+b1
Installed-Size: 64
Maintainer: Geany Packaging Team
Architecture: amd64
Depends: geany-abi-18688, geany-plugins-common (= 2.0-4+b1), geany (>= 2.0), libc6 (>= 2.4), libglib2.0-0 (>= 2.18.0), libgtk-3-0 (>= 3.0.0)
Enhances: geany
Size: 18944
SHA256: 2146d050ef5041ba453bfd23e7d7115ac4afee24f56299b245dd7ac8783cc3cf
SHA1: 67276044f0e399346a77c3844b20bb44127eb1b1
MD5sum: ae45a3b35a8d8064cd2dba25a08f560b
Description: auto-closing plugin for Geany
This plugin enables auto-closing features. Auto-closing works while you typing
and intellectually helps you to write code.
.
Features:
* auto-close for: { }, [ ], ( ), " ", ' ', < >, ` `
* customizeable auto-closing inside strings and comments
* delete pairing character if you pressed BackSpace
* suppress inserting one char twice (if you type "{}" you will get "{}", not
"{}}")
* enclose selected text into brackets instead of removing selection (select
text and type "(" or ")" to enclose selection into "()")
* keep selection when enclosing
* for C-like languages enclosing selection into "{}" makes auto-indentation
(select text and type "{" or "}" - text will be enclosed and indented)
* enclosing in {} moves cursor to beginning (before "{" character)
* for C-like languages to insert {}-block you do not need to select text
precisely: plugin detects boundaries automatically, just ensure that
selection covers lines you need to indent (works like TAB indentation)
* fix auto-indent inside {} (makes full indent for this block)
* auto-close curly bracket by pressing Enter
* auto-close functions (``"sin(|" -> "sin(|);"``) with doubling suppression
(for C/C++ languages only)
* remove paring brace when pressing Shift+BackSpace, unindent {}-blocks
* add semicolon after ``struct {|};`` and ``class {|};``
* move cursor to closed char by pressing Tab
.
Geany is a small and lightweight integrated development environment using the
Gtk+ toolkit.
Description-md5:
Homepage: http://plugins.geany.org
Tag: uitoolkit::gtk
Section: devel
Priority: optional
Filename: pool/main/g/geany-plugins/geany-plugin-autoclose_2.0-4+b1_amd64.deb