How to Install and Uninstall libio-termios-perl Package on Kali Linux

Last updated: July 05,2024

1. Install "libio-termios-perl" package

Here is a brief guide to show you how to install libio-termios-perl on Kali Linux

$ sudo apt update $ sudo apt install libio-termios-perl

2. Uninstall "libio-termios-perl" package

Please follow the steps below to uninstall libio-termios-perl on Kali Linux:

$ sudo apt remove libio-termios-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libio-termios-perl package on Kali Linux

Package: libio-termios-perl
Version: 0.09-4
Installed-Size: 41
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any, libio-pty-perl
Suggests: liblinux-termios2-perl
Size: 15396
SHA256: e19d23c7f168df2dbdc7b1710e45df8b63822cb181489868331e7113f69d191c
SHA1: acf07445be958f2d6b92f31c2490350ed9673da7
MD5sum: 875c4d3596c04b16df06a85980b6f295
Description: module to supply termios methods to IO::Handle objects
The IO::Termios class extends the generic IO::Handle object class by
providing methods which access the system's terminal control termios(3)
operations. These methods are primarily of interest when dealing with TTY
devices, including serial ports.
.
Linux supports a non-POSIX extension to the usual termios interface which
allows arbitrary baud rates to be set. IO::Termios can automatically make use
of this ability through the Linux::Termios2 module which is already in Debian
as package liblinux-termios2-perl. This module will be used automatically and
transparently to allow set*baud methods to set any rate allowed by the
kernel/driver.
Description-md5:
Homepage: https://metacpan.org/release/IO-Termios
Section: perl
Priority: optional
Filename: pool/main/libi/libio-termios-perl/libio-termios-perl_0.09-4_all.deb