How to Install and Uninstall libdevel-checklib-perl Package on Kali Linux

Last updated: May 17,2024

1. Install "libdevel-checklib-perl" package

Please follow the instructions below to install libdevel-checklib-perl on Kali Linux

$ sudo apt update $ sudo apt install libdevel-checklib-perl

2. Uninstall "libdevel-checklib-perl" package

Please follow the guidelines below to uninstall libdevel-checklib-perl on Kali Linux:

$ sudo apt remove libdevel-checklib-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libdevel-checklib-perl package on Kali Linux

Package: libdevel-checklib-perl
Version: 1.16-1
Installed-Size: 47
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any, gcc
Size: 18536
SHA256: 0e7de30cdcb99593c247b313cdd9ab7a16e11f3e2c033d5e7b802f28e6fd7d36
SHA1: bc0ed162630384535e75ad5c7e7d9a5bf631f3d6
MD5sum: 0487f4a3d7050c06fb5ae7b8f8e66c58
Description: module for checking the availability of a library
Devel::CheckLib is a perl module that checks whether a particular C library
and its headers are available.
.
It works by trying to compile some code and linking it to the specified
libraries. If something pops out the end which looks executable, it gets
executed. That tiny program is built once for each specified library, and
(without linking) once for each header file.
.
It is also possible to check for the presence of particular functions in a
library, or even that those functions return particular results.
Description-md5:
Homepage: https://metacpan.org/release/Devel-CheckLib
Tag: devel::lang:perl, devel::library, implemented-in::perl, role::shared-lib
Section: perl
Priority: optional
Filename: pool/main/libd/libdevel-checklib-perl/libdevel-checklib-perl_1.16-1_all.deb