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

Last updated: May 18,2024

1. Install "libio-tee-perl" package

This tutorial shows how to install libio-tee-perl on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libio-tee-perl" package

Please follow the instructions below to uninstall libio-tee-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libio-tee-perl
Priority: optional
Section: universe/perl
Installed-Size: 64
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.64-2
Depends: perl
Filename: pool/universe/libi/libio-tee-perl/libio-tee-perl_0.64-2_all.deb
Size: 9012
MD5sum: fa3f44508ec7d518e5b91b589c9b4842
SHA1: 8449b22e15817c23c2bb17231ff3d4a0d98a2322
SHA256: b88436c68c054d2de7197ae03c7328af99786b19110801582ddc0ad64a88a663
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
Homepage: http://search.cpan.org/dist/IO-Tee/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu