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

Last updated: May 11,2024

1. Install "librecommended-perl" package

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

$ sudo apt update $ sudo apt install librecommended-perl

2. Uninstall "librecommended-perl" package

Here is a brief guide to show you how to uninstall librecommended-perl on Kali Linux:

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

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

Package: librecommended-perl
Version: 0.003-2
Installed-Size: 28
Maintainer: Debian Perl Group
Architecture: all
Depends: libmodule-runtime-perl, perl:any
Size: 11044
SHA256: ca54624ecec94c45bfc5af2ba55abee0c548a35f62b59af7b6aa9b2a05c5445a
SHA1: 2a49e725a0036d115b59f562ebf27246b568bae3
MD5sum: 5ec723c76b3af2d12ef7d91a8bc7c7cc
Description: Load recommended Perl modules on demand when available
recommended gathers a list of recommended modules and versions and provides
means to check if they are available. It is a thin veneer around
Module::Runtime.
.
There are two major benefits over using Module::Runtime directly:
.
* Self-documents recommended modules together with versions at the top
of your code, while still loading them on demand elsewhere.
* Dies if a recommended module exists but fails to compile, but
doesn't die if the module is missing or the version is insufficient.
This is not something that Module::Runtime offers in a single
subroutine.
Description-md5:
Homepage: https://metacpan.org/release/recommended
Tag: devel::lang:perl, devel::library, implemented-in::perl
Section: perl
Priority: optional
Filename: pool/main/libr/librecommended-perl/librecommended-perl_0.003-2_all.deb