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

Last updated: May 05,2024

1. Install "libtest-mockdbi-perl" package

Please follow the guidance below to install libtest-mockdbi-perl on Kali Linux

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

2. Uninstall "libtest-mockdbi-perl" package

In this section, we are going to explain the necessary steps to uninstall libtest-mockdbi-perl on Kali Linux:

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

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

Package: libtest-mockdbi-perl
Version: 0.70-3
Installed-Size: 69
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any, libclone-perl, libdbi-perl, libtest-differences-perl, libtest-mockobject-perl, libtest-warn-perl
Size: 17968
SHA256: 718fe3d77fb9d0642558c043856bcdd597d29d6cec63b45b88156341493f69e5
SHA1: f54990a3a33c22305ee8fadfd60084f6dbea0a82
MD5sum: 22dd0de035dcd6c624124173deed5a0a
Description: mocked DBI interface for testing purposes
Test::MockDBI has a major advantage over DBI::trace()
or DBD::Mock -- Test::MockDBI lets you change how the
mocked DBI functions behave, along with modifying
what data is returned by the mocked DBI functions.
These changes and modifications can be made specific
to particular SQL statement patterns.
.
This ability to modify DBI function behavior and
DBI-returned data makes it easier to test code that has
different branches for different DBI behaviors -- you
can test that a failure within DBI or returned DB data
that is different than normal is processed correctly by
your module or program. If you are taking over a large
code base, Test::MockDBI will help in understanding the
code by allowing you to safely check how the code behaves
under different database conditions without modifying any
databases (production or otherwise).
Description-md5:
Homepage: https://metacpan.org/release/Test-MockDBI
Tag: devel::lang:perl, devel::library, implemented-in::perl
Section: perl
Priority: optional
Filename: pool/main/libt/libtest-mockdbi-perl/libtest-mockdbi-perl_0.70-3_all.deb