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

Last updated: May 17,2024

1. Install "libfile-tee-perl" package

This guide covers the steps necessary to install libfile-tee-perl on Kali Linux

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

2. Uninstall "libfile-tee-perl" package

This is a short guide on how to uninstall libfile-tee-perl on Kali Linux:

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

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

Package: libfile-tee-perl
Version: 0.07-4
Installed-Size: 32
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any
Size: 11088
SHA256: 5d1033354e081d7a455376b7d75ba918c9da75dd9cdab77246e2e055fd62b711
SHA1: b6f3c6199614ccfe84e0b82c6cb1c3b3e6dab6a7
MD5sum: 6c9a11e9056aa14f06c22e4007385ea4
Description: 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 implemented 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:
Multi-Arch: foreign
Homepage: https://metacpan.org/release/File-Tee
Tag: devel::lang:perl, devel::library, implemented-in::perl, role::devel-lib
Section: perl
Priority: optional
Filename: pool/main/libf/libfile-tee-perl/libfile-tee-perl_0.07-4_all.deb