How to Install and Uninstall vis Package on Kali Linux

Last updated: April 28,2024

1. Install "vis" package

Please follow the instructions below to install vis on Kali Linux

$ sudo apt update $ sudo apt install vis

2. Uninstall "vis" package

This guide covers the steps necessary to uninstall vis on Kali Linux:

$ sudo apt remove vis $ sudo apt autoclean && sudo apt autoremove

3. Information about the vis package on Kali Linux

Package: vis
Version: 0.8-1
Installed-Size: 1243
Maintainer: Paride Legovini
Architecture: amd64
Provides: editor
Depends: libacl1 (>= 2.2.23), libc6 (>= 2.34), liblua5.3-0, libncursesw6 (>= 6), libselinux1 (>= 3.1~), libtermkey1 (>= 0.16), libtinfo6 (>= 6), libtre5
Recommends: lua-lpeg
Size: 291132
SHA256: 125134112ce4a02ac2249a8e910cc374c14a24bf1192d7450b242f44630bec64
SHA1: 34adc19c402882c6e345f4b0b806c2ace9a06a83
MD5sum: a864f21f58977b9ec5bd9569913ff9b9
Description: Modern, legacy free, simple yet efficient vim-like editor
Vis aims to be a modern, legacy free, simple yet efficient editor
combining the strengths of both vi(m) and sam. It extends vi's modal
editing with support for multiple cursors/selections and combines it
with sam's structural regular expression based command language.
.
As an universal editor it has decent Unicode support and should cope
with arbitrary files including: large, binary or single-line ones.
Syntax highlighting is provided using Parsing Expression Grammars which
can be conveniently expressed using Lua in the form of LPeg.
.
The editor core is written in a reasonable amount of clean (your mileage
may vary), modern and legacy free C code, enabling it to run in resource
constrained environments. The implementation should be easy to hack
on and encourage experimentation. There also exists a Lua API for
in-process extensions.
.
Vis strives to be simple and focuses on its core task: efficient text
management. Clipboard and digraph handling as well as a fuzzy file open
dialog are all provided by independent utilities.
.
The intention is not to be bug for bug compatible with vi(m), instead
the aim is to provide powerful editing features based on an elegant
design and clean implementation.
Description-md5:
Homepage: https://github.com/martanne/vis
Tag: implemented-in::c, role::program, uitoolkit::ncurses
Section: editors
Priority: optional
Filename: pool/main/v/vis/vis_0.8-1_amd64.deb