How to Install and Uninstall kakoune Package on Kali Linux

Last updated: May 21,2024

1. Install "kakoune" package

Please follow the guidance below to install kakoune on Kali Linux

$ sudo apt update $ sudo apt install kakoune

2. Uninstall "kakoune" package

Please follow the instructions below to uninstall kakoune on Kali Linux:

$ sudo apt remove kakoune $ sudo apt autoclean && sudo apt autoremove

3. Information about the kakoune package on Kali Linux

Package: kakoune
Version: 2022.10.31-2
Installed-Size: 4155
Maintainer: Peter Pentchev
Architecture: amd64
Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 11)
Size: 1165644
SHA256: cf1ca36372b3fdb3467ac795049a45942702bedd4cefcb745f5dd4295de913d7
SHA1: 45fcdad46aab7500de06716c9457e4428e842e8c
MD5sum: c9ec90d489038b09e9e4b659d0860f78
Description: Vim-inspired, selection-oriented code editor
Kakoune is a code editor heavily inspired by Vim; as such most of its
commands are similar to vi’s ones, and it shares Vi’s "keystrokes as
a text editing language" model. Kakoune can operate in two modes, normal
and insertion. In insertion mode, keys are directly inserted into
the current buffer. In normal mode, keys are used to manipulate
the current selection and to enter insertion mode. Kakoune has a strong
focus on interactivity, most commands provide immediate and incremental
results, while still being competitive (as in keystroke count) with Vim.
Kakoune works on selections, which are oriented, inclusive range of
characters; selections have an anchor and a cursor character.
Most commands move both of them, except when extending selection where
the anchor character stays fixed and the cursor one moves around.
Description-md5:
Multi-Arch: foreign
Homepage: http://kakoune.org/
Tag: uitoolkit::ncurses
Section: editors
Priority: optional
Filename: pool/main/k/kakoune/kakoune_2022.10.31-2_amd64.deb