How to Install and Uninstall xvt Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 19,2024

1. Install "xvt" package

Please follow the guidance below to install xvt on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install xvt

2. Uninstall "xvt" package

Please follow the guidelines below to uninstall xvt on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove xvt $ sudo apt autoclean && sudo apt autoremove

3. Information about the xvt package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: xvt
Priority: optional
Section: universe/x11
Installed-Size: 120
Maintainer: Ubuntu Developers
Original-Maintainer: Sam Hocevar (Debian packages)
Architecture: amd64
Version: 2.1-20.1ubuntu1
Provides: x-terminal-emulator
Depends: libc6 (>= 2.15), libx11-6
Suggests: menu
Conflicts: suidmanager (<< 0.50)
Filename: pool/universe/x/xvt/xvt_2.1-20.1ubuntu1_amd64.deb
Size: 43092
MD5sum: 40117b7cf127ce845615fb83b651814e
SHA1: c8fdfb8815ca603baf702e4205e3061f9c93dda5
SHA256: e078bef1671fd8f16a8ed5454ed7ed7d24c576adc6104a6fee8afa7d8dcc1e51
Description-en: X terminal-emulator similar to xterm, but smaller
xvt is an X terminal-emulator that is designed to be more or less
compatible with xterm while using much less swap space. It is mainly
intended for use at sites which use large numbers of X terminals but
may also be useful on single workstations that are short of memory.
The main way that xvt achieves its small size is by avoiding the use
of the X toolkit.
.
If you are looking for a more featureful terminal-emulator than xvt,
but one which still uses less swap space than xterm, consider rxvt.
.
Features of xterm which xvt does not support include:
.
- Tektronix 4014 emulation
- Session logging
- Pop-up menus. The only one of xterm's popup menu commands that
is provided in xvt is displaying and hiding of the scrollbar
and this is done simply by pressing any mouse key in the window
with the CONTROL key held down.
- Toolkit style configurability. In particular, xvt does not
allow the user to remap the mouse or keyboard keys.
.
Features which are supported include:
.
- VT100 emulation. Most of the main escape sequences are supported --
certainly all those used by the standard screen based UNIX
applications.
- Lines that scroll off the top of the window are saved and can be
scrolled back with a scrollbar.
- Text selection and insertion including double and triple click for
words and lines.
Description-md5: cdd59605081400fc6c1439c890e77505
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu

5. The same packages on other Linux Distributions