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

Last updated: May 20,2024

1. Install "libfile-tail-perl" package

Please follow the steps below to install libfile-tail-perl on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libfile-tail-perl" package

This is a short guide on how to uninstall libfile-tail-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libfile-tail-perl
Priority: optional
Section: universe/perl
Installed-Size: 55
Maintainer: Ubuntu Developers
Original-Maintainer: Roland Rosenfeld
Architecture: all
Version: 1.3-1
Depends: perl, libtime-hires-perl
Filename: pool/universe/libf/libfile-tail-perl/libfile-tail-perl_1.3-1_all.deb
Size: 19278
MD5sum: 486159171035b5f34d2182cf89fad633
SHA1: 6165421d241a446fab8faac9cd324a7733506276
SHA256: 71a2665d23c87a4730dd86f766d6e0600679d7b3a3dee1a5abceed084cca9fc9
Description-en: 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: eb699d3a500e8fdf99d89338fd66d6ea
Homepage: http://search.cpan.org/~mgrabnar/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu