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

Last updated: May 17,2024

1. Install "libfile-tee-perl" package

Here is a brief guide to show you how to install libfile-tee-perl on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libfile-tee-perl" package

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

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

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

Package: libfile-tee-perl
Priority: optional
Section: universe/perl
Installed-Size: 60
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.07-1
Depends: perl
Filename: pool/universe/libf/libfile-tee-perl/libfile-tee-perl_0.07-1_all.deb
Size: 11340
MD5sum: 02d0e72c95003e45c71e422ca973857e
SHA1: 31a1f6f9d14340bf426ad2a316fe7615880314e1
SHA256: 801537e370047e1092bfba16fe4134f31a662c9000a8e1c620276a30cb370cb0
Description-en: Perl module to duplicate streams like the tee unix command
File::Tee is able to replicate data written to a Perl stream into another
streams. It is the Perl equivalent of the shell utility tee(1).
.
It is implemeted around fork, creating a new process for every tee'ed stream.
That way, there are no problems handling the output generated by external
programs run with system|perlfunc/system or by XS modules that don't go
through perlio.
Description-md5: 3a6eb88ceae1839249e02645996f25ec
Homepage: http://search.cpan.org/dist/File-Tee/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu