How to Install and Uninstall vis Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 13,2024

1. Install "vis" package

Please follow the guidance below to install vis on Ubuntu 20.10 (Groovy Gorilla)

$ sudo apt update $ sudo apt install vis

2. Uninstall "vis" package

Please follow the step by step instructions below to uninstall vis on Ubuntu 20.10 (Groovy Gorilla):

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

3. Information about the vis package on Ubuntu 20.10 (Groovy Gorilla)

Package: vis
Architecture: amd64
Version: 0.6-3
Priority: optional
Section: universe/editors
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Paride Legovini
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 1237
Provides: editor
Depends: libacl1 (>= 2.2.23), libc6 (>= 2.15), liblua5.3-0, libncursesw6 (>= 6), libselinux1 (>= 3.1~), libtermkey1 (>= 0.14), libtinfo6 (>= 6), libtre5
Recommends: lua-lpeg
Filename: pool/universe/v/vis/vis_0.6-3_amd64.deb
Size: 289016
MD5sum: b958f6dc8bad20d01eb0eb952dee4064
SHA1: 71cd58306d543ebb88501cee6969a898305165d8
SHA256: e03cd3ffc182786429b8edf4c4e4ef6ab356f168ed4d1ef4211a35c6ff099406
SHA512: 37adb7241e00c4a779daf9387db6bf5b0fdc2f2a43c917f9aaa9ee84cc2461e9d1c08304f3ae9dd51518341e855196627daa2e894b2f9c3bfe8e97da3e0188d6
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