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

Last updated: September 20,2024

1. Install "libfile-findlib-perl" package

This tutorial shows how to install libfile-findlib-perl on Kali Linux

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

2. Uninstall "libfile-findlib-perl" package

Please follow the steps below to uninstall libfile-findlib-perl on Kali Linux:

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

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

Package: libfile-findlib-perl
Version: 0.001004-2
Installed-Size: 29
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any
Size: 10448
SHA256: a25e7e224b4676e7ca18836d582435b3aaefa718f266650029078384847608ed
SHA1: 6ab3ed205a4896de87f1cbcb5e8eec4e81b81fa9
MD5sum: 0c6e6346ebb0eaa0d58fb13de0a7c268
Description: module to find and use a file/dir from a directory above your script file
File::FindLib starts in the directory where your script (or library) is
located and looks for the file or directory whose name you pass in. If it
isn't found, then FindLib looks in the parent directory and continues moving
up parent directories until it finds it or until there is not another parent
directory.
.
If it finds the named path and it is a directory, then it prepends it to
@INC. That is,
.
use File::FindLib 'lib';
.
is roughly equivalent to:
.
use File::Basename qw< dirname >;
use lib dirname(__FILE__) . '/../../../lib';
Description-md5:
Homepage: https://metacpan.org/release/File-FindLib
Section: perl
Priority: optional
Filename: pool/main/libf/libfile-findlib-perl/libfile-findlib-perl_0.001004-2_all.deb