How to Install and Uninstall libfilter-perl Package on Kali Linux

Last updated: May 03,2024

1. Install "libfilter-perl" package

In this section, we are going to explain the necessary steps to install libfilter-perl on Kali Linux

$ sudo apt update $ sudo apt install libfilter-perl

2. Uninstall "libfilter-perl" package

Please follow the instructions below to uninstall libfilter-perl on Kali Linux:

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

3. Information about the libfilter-perl package on Kali Linux

Package: libfilter-perl
Source: libfilter-perl (1.64-1)
Version: 1.64-1+b2
Installed-Size: 203
Maintainer: Colin Watson
Architecture: amd64
Depends: perl (>= 5.38.2-2), perlapi-5.38.2, libc6 (>= 2.28)
Recommends: cpp
Suggests: libcompress-zlib-perl
Size: 64116
SHA256: 15604929616e66b2e688eccddaf5f2f20fd93a7bd98268e3ca900e0f57cc7f61
SHA1: 333ad95861cc0cc9b44056ed9154ff5e69208447
MD5sum: 98a89feff3fa25817657c6222502dccc
Description: 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:
Homepage: https://metacpan.org/release/Filter/
Tag: devel::lang:perl, devel::library, implemented-in::c,
implemented-in::perl, role::devel-lib, role::program,
works-with::software:source
Section: perl
Priority: optional
Filename: pool/main/libf/libfilter-perl/libfilter-perl_1.64-1+b2_amd64.deb