How to Install and Uninstall neovim Package on Kali Linux

Last updated: May 04,2024

1. Install "neovim" package

This is a short guide on how to install neovim on Kali Linux

$ sudo apt update $ sudo apt install neovim

2. Uninstall "neovim" package

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

$ sudo apt remove neovim $ sudo apt autoclean && sudo apt autoremove

3. Information about the neovim package on Kali Linux

Package: neovim
Version: 0.7.2-8
Installed-Size: 4705
Maintainer: Debian Vim Maintainers
Architecture: amd64
Provides: editor
Depends: neovim-runtime (= 0.7.2-8), libc6 (>= 2.34), libluajit-5.1-2 (>= 2.0.4+dfsg) | libluajit2-5.1-2 (>= 2.1~), libmsgpackc2 (>= 2.1.0), libtermkey1 (>= 0.19), libtree-sitter0 (>= 0.20.2), libunibilium4 (>= 2.0), libuv1 (>= 1.30.1), libvterm0 (>= 0.1), lua-luv (>= 1.44.2-0)
Recommends: python3-pynvim, xclip | xsel | wl-clipboard, xxd
Suggests: ctags, vim-scripts
Size: 1777840
SHA256: eb519e16f1b34933355144e7160a478d1e9847c0ecad74439e01bb71e10d6d59
SHA1: 3428a7504a313074b0d8783811de6a5a82273b9c
MD5sum: f570d4ddf689088ae46e5bf8dd62719f
Description: heavily refactored vim fork
Neovim is a fork of Vim focused on modern code and features, rather than
running in legacy environments.
.
msgpack API enables structured communication to/from any programming language.
Remote plugins run as co-processes that communicate with Neovim safely and
asynchronously.
.
GUIs (or TUIs) can easily embed Neovim or communicate via TCP sockets using
the discoverable msgpack API.
Description-md5:
Homepage: https://neovim.io/
Section: editors
Priority: optional
Filename: pool/main/n/neovim/neovim_0.7.2-8_amd64.deb