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

Last updated: May 04,2024

1. Install "libtoolkit-perl" package

Please follow the step by step instructions below to install libtoolkit-perl on Kali Linux

$ sudo apt update $ sudo apt install libtoolkit-perl

2. Uninstall "libtoolkit-perl" package

Please follow the guidance below to uninstall libtoolkit-perl on Kali Linux:

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

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

Package: libtoolkit-perl
Version: 0.0.2-4
Installed-Size: 28
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any
Size: 10656
SHA256: b4358a0b2272ca24a30d72bab1ebea2de064e86f1ffc237c05431e1ecf08abf0
SHA1: 6f4c95f7fa95df780fa9ae40f89aa9256dbcd5a6
MD5sum: ca54f8e8a93088ce84bbda06cb633f6d
Description: Keep your handy modules organized
The Toolkit module provides a standard location to store modules that you use
all the time, and then loads them for you automatically. For example, instead
of always writing:
.
use strict;
use warnings;
use Carp;
use Smart::Comments;
.
in every program/module, you can just write:
.
use Toolkit;
.
and put all your favorite modules in a file.
Description-md5:
Multi-Arch: foreign
Homepage: https://metacpan.org/release/Toolkit
Tag: devel::lang:perl, devel::library, implemented-in::perl, role::shared-lib
Section: perl
Priority: optional
Filename: pool/main/libt/libtoolkit-perl/libtoolkit-perl_0.0.2-4_all.deb