How to Install and Uninstall vis Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 13,2024

1. Install "vis" package

This tutorial shows how to install vis on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install vis

2. Uninstall "vis" package

Please follow the instructions below to uninstall vis on Ubuntu 21.10 (Impish Indri):

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

3. Information about the vis package on Ubuntu 21.10 (Impish Indri)

Package: vis
Architecture: amd64
Version: 0.7-2
Priority: optional
Section: universe/editors
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Paride Legovini
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 1270
Provides: editor
Depends: libacl1 (>= 2.2.23), libc6 (>= 2.33), liblua5.3-0, libncursesw6 (>= 6), libselinux1 (>= 3.1~), libtermkey1 (>= 0.16), libtinfo6 (>= 6), libtre5
Recommends: lua-lpeg
Filename: pool/universe/v/vis/vis_0.7-2_amd64.deb
Size: 302884
MD5sum: 4bc66fcd262a9899ec9107b81dd34512
SHA1: a3a0a327e9ae0e4da862be1ca2a376f861a92878
SHA256: 1a3e35c79c9f150c5819a2d1f0c82b4723e54c156e3a09d41772942edb28e4e7
SHA512: 3eba77efc9c88555545ccd0927127f1b690c42a433ac4ef844ad345234e1470ad863ee9a0546b433226c6927310543ccbd7725c79e93a4d9e3c9a32ab8b7161e
Homepage: https://github.com/martanne/vis
Description-en: 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: 6e1ab220c67e6b6ac5b025208c1f18b0