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

Last updated: May 18,2024

1. Install "libfilter-perl" package

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

$ sudo apt update $ sudo apt install libfilter-perl

2. Uninstall "libfilter-perl" package

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

$ sudo apt remove libfilter-perl $ sudo apt autoclean && sudo apt autoremove

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

Package: libfilter-perl
Priority: optional
Section: universe/perl
Installed-Size: 186
Maintainer: Colin Watson
Architecture: amd64
Version: 1.55-3
Depends: libc6 (>= 2.4), perl (>= 5.22.1-4), perlapi-5.22.1
Recommends: cpp
Suggests: libcompress-zlib-perl
Filename: pool/universe/libf/libfilter-perl/libfilter-perl_1.55-3_amd64.deb
Size: 58272
MD5sum: 27457057c1312f802c1cd9404d679a0d
SHA1: a7caa05318afe36871395eddab810416ab2ef9e0
SHA256: fe46ecb8adafce0675875b8a1b22a244fb1bb1c4d3de5c3343a0eeef9e84d8b4
Description-en: Perl source filters
Source filters alter the program text of a module before Perl sees it, much
as a C preprocessor alters the source text of a C program before the
compiler sees it.
.
This package contains a number of source filters, including:
.
exec and sh: pipe the source file through an external command
cpp: pipe the source file through the C preprocessor
decrypt: example of simple (though weak!) source obfuscation
tee: copy filtered source to a file (debugging aid)
.
A substantial amount of documentation and examples is also included.
Description-md5: 38caf6fcb80a9bbde6027cdd774d0222
Homepage: http://search.cpan.org/dist/Filter/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu