How to Install and Uninstall libtest-bits-perl Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 05,2024

1. Install "libtest-bits-perl" package

Please follow the steps below to install libtest-bits-perl on Ubuntu 21.10 (Impish Indri)

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

2. Uninstall "libtest-bits-perl" package

Please follow the instructions below to uninstall libtest-bits-perl on Ubuntu 21.10 (Impish Indri):

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

3. Information about the libtest-bits-perl package on Ubuntu 21.10 (Impish Indri)

Package: libtest-bits-perl
Architecture: all
Version: 0.02-2.1
Priority: optional
Section: universe/perl
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 30
Depends: perl:any, liblist-allutils-perl
Filename: pool/universe/libt/libtest-bits-perl/libtest-bits-perl_0.02-2.1_all.deb
Size: 9392
MD5sum: 4959aa478311a0247df0b5d72f8618a9
SHA1: 8bb5642a0b819f863a8cdeb85aafcc3013d3e4c8
SHA256: 1c35003a1c9532f549867d463f750bd81d1d3ba784a2c32a5e23942e60fd7d20
SHA512: e2eafe004ecf1627b9850647e1d561b3f21a672d146715018c170ff8ffe8d607a1bf951babcea96d264146f1dbdf4bcd8cfe149c4980c47da3e00a645d4f9305
Homepage: https://metacpan.org/release/Test-Bits
Description-en: 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: 6c342b3c447e04623886a4a822bb21ac