How to Install and Uninstall libio-tee-perl Package on Ubuntu 21.04 (Hirsute Hippo)

Last updated: May 19,2024

1. Install "libio-tee-perl" package

Here is a brief guide to show you how to install libio-tee-perl on Ubuntu 21.04 (Hirsute Hippo)

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

2. Uninstall "libio-tee-perl" package

Learn how to uninstall libio-tee-perl on Ubuntu 21.04 (Hirsute Hippo):

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

3. Information about the libio-tee-perl package on Ubuntu 21.04 (Hirsute Hippo)

Package: libio-tee-perl
Architecture: all
Version: 0.66-1
Priority: optional
Section: universe/perl
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 26
Depends: perl:any
Filename: pool/universe/libi/libio-tee-perl/libio-tee-perl_0.66-1_all.deb
Size: 8896
MD5sum: f6da966ef14e3cfa7d1516d9abab1c33
SHA1: fb8d20a0f4a0782b8ef12374565e5111a666c75e
SHA256: 3d8591eeac763a9dc1bd2bdb1d24c9fd640d26183c7404b49d40c981c594ce33
SHA512: 6ef9ca1e7ddc69d8dbb4171e08de4198e57d8732610fd7a127702f596d7548d816a1d21b4c69db3bd0e0b5fbff41b1cf80bc3b04d6b8586955e2cbb47879dc71
Homepage: https://metacpan.org/release/IO-Tee
Description-en: 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: 16ee1e32fea5746eec1534eb818625b5