How to Install and Uninstall libterm-vt102-perl Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 19,2024

1. Install "libterm-vt102-perl" package

Please follow the steps below to install libterm-vt102-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libterm-vt102-perl

2. Uninstall "libterm-vt102-perl" package

Learn how to uninstall libterm-vt102-perl on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libterm-vt102-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libterm-vt102-perl package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libterm-vt102-perl
Priority: optional
Section: universe/perl
Installed-Size: 176
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.91-1
Depends: perl
Filename: pool/universe/libt/libterm-vt102-perl/libterm-vt102-perl_0.91-1_all.deb
Size: 36580
MD5sum: 73618fa18f242b75924110749f67a40b
SHA1: 73584a8740be7aa8af9b5adcc60d5493594ca5e2
SHA256: 96a974dabbec795447c4287bbbba0fee80ae4543780b8844cb3aaacd3ecd1a1c
Description-en: module to emulate a DEC VT102 terminal
The Term::VT102 class provides emulation of most of the functions of a DEC
VT102 terminal. Once initialised, data passed to a VT102 object is processed
and the in-memory "screen" modified accordingly. This "screen" can be
interrogated by the external program in a variety of ways.
.
This allows your program to interface with full-screen console programs by
running them in a subprocess and passing their output to a VT102 class. You
can then see what the application has written on the screen by querying the
class appropriately.
Description-md5: a5ee9ea4d33928512bc7ee7c9baf7a4d
Homepage: http://search.cpan.org/dist/Term-VT102/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu