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

Last updated: May 17,2024

1. Install "libfile-tail-perl" package

Learn how to install libfile-tail-perl on Kali Linux

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

2. Uninstall "libfile-tail-perl" package

This guide covers the steps necessary to uninstall libfile-tail-perl on Kali Linux:

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

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

Package: libfile-tail-perl
Version: 1.3-8
Installed-Size: 56
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any
Size: 21276
SHA256: 819a2ea5c11ac799a33d98da9adf29faf217638eff280cab85b712689742bf7c
SHA1: ab7e343ef06a39f70d36ef66895aa52dd3641a83
MD5sum: 8f2e17d27756ce7cb8fe31ccb41d7389
Description: File::Tail perl module
The File::Tail module is designed for reading files which
are continuously appended to (the name comes from the tail -f
directive). Usually such files are logfiles of some description.
.
The module tries hard not to busy wait on the file, dynamicaly
calculating how long it should wait before it pays to try reading the
file again.
.
The module should handle normal log truncations ("close; move; open" or
"cat /dev/null >file") transparently, without losing any input.
Description-md5:
Multi-Arch: foreign
Homepage: https://metacpan.org/release/File-Tail
Tag: devel::lang:perl, devel::library, implemented-in::perl, role::devel-lib,
works-with::logfile
Section: perl
Priority: optional
Filename: pool/main/libf/libfile-tail-perl/libfile-tail-perl_1.3-8_all.deb