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

Last updated: May 09,2024

1. Install "libio-tee-perl" package

Please follow the guidance below to install libio-tee-perl on Kali Linux

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

2. Uninstall "libio-tee-perl" package

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

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

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

Package: libio-tee-perl
Version: 0.66-2
Installed-Size: 26
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any
Size: 9348
SHA256: 94c0c63d50e67aa80aebc77fc0764eb67de1531eecd836a64cb49558bf611bc4
SHA1: e3f837a2d4bb5549dd6153abd366a1a9025329b8
MD5sum: 420b95a4068c8468f0c201305b6ad2c0
Description: module for multiplexing output to multiple output handles
IO::Tee objects can be used to multiplex input and output in two
different ways. The first way is to multiplex output to zero or more
output handles. The IO::Tee constructor, given a list of output
handles, returns a tied handle that can be written to. When written
to (using print or printf), the IO::Tee object multiplexes the
output to the list of handles originally passed to the constructor.
As a shortcut, you can also directly pass a string or an array
reference to the constructor, in which case IO::File::new is called
for you with the specified argument or arguments.
.
The second way is to multiplex input from one input handle to zero or
more output handles as it is being read. The IO::Tee constructor,
given an input handle followed by a list of output handles, returns a
tied handle that can be read from as well as written to. When written
to, the IO::Tee object multiplexes the output to all handles passed
to the constructor, as described in the previous paragraph. When read
from, the IO::Tee object reads from the input handle given as the
first argument to the IO::Tee constructor, then writes any data
read to the output handles given as the remaining arguments to the
constructor.
Description-md5:
Multi-Arch: foreign
Homepage: https://metacpan.org/release/IO-Tee
Tag: devel::lang:perl, devel::library, implemented-in::perl, role::shared-lib
Section: perl
Priority: optional
Filename: pool/main/libi/libio-tee-perl/libio-tee-perl_0.66-2_all.deb