How to Install and Uninstall libtest-bits-perl Package on Kali Linux

Last updated: May 05,2024

1. Install "libtest-bits-perl" package

This is a short guide on how to install libtest-bits-perl on Kali Linux

$ sudo apt update $ sudo apt install libtest-bits-perl

2. Uninstall "libtest-bits-perl" package

Learn how to uninstall libtest-bits-perl on Kali Linux:

$ sudo apt remove libtest-bits-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libtest-bits-perl package on Kali Linux

Package: libtest-bits-perl
Version: 0.02-3
Installed-Size: 31
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any, liblist-allutils-perl
Size: 9772
SHA256: 8c88f4b71e805913f697a04360a7597d1cc3b67b9126c127c694a36f886e7ed3
SHA1: e693ddad77b9144bc5a5270ec3fc32d83746517c
MD5sum: d199163d81cb6de6e92868c8d0e64ed4
Description: Perl module for testing binary data
Test::Bits provides a single subroutine, bits_is(), for testing binary data.
.
This module is quite similar to Test::BinaryData and Test::HexString in
concept. The difference is that this module shows failure diagnostics in a
different way, and has a slightly different calling style. Depending on the
nature of the data you're working with, this module may be easier to work
with.
.
In particular, when you're doing a lot of bit twiddling, this module's
diagnostic output may make it easier to diagnose failures. A typical failure
diagnostic will look like this:
.
The two pieces of binary data are not the same length (got 2, expected 3).
.
Binary data begins differing at byte 1.
.
Got: 01111000
.
Expect: 01111001
Description-md5:
Homepage: https://metacpan.org/release/Test-Bits
Section: perl
Priority: optional
Filename: pool/main/libt/libtest-bits-perl/libtest-bits-perl_0.02-3_all.deb