How to Install and Uninstall libdbd-mock-perl Package on Kali Linux

Last updated: October 05,2024

1. Install "libdbd-mock-perl" package

Please follow the steps below to install libdbd-mock-perl on Kali Linux

$ sudo apt update $ sudo apt install libdbd-mock-perl

2. Uninstall "libdbd-mock-perl" package

Please follow the instructions below to uninstall libdbd-mock-perl on Kali Linux:

$ sudo apt remove libdbd-mock-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libdbd-mock-perl package on Kali Linux

Package: libdbd-mock-perl
Version: 1.59-1
Installed-Size: 141
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any, libdbi-perl
Size: 52052
SHA256: 5131f1c0531b1bea65d74e196e2ca55c244d1411343fcdc1246d1cf4ba9366fc
SHA1: fb5598f1f85ad645353fd6c078322988a13e0686
MD5sum: b1f2d1a9da9095d7ca4aeed98790e156
Description: Mock database driver for testing
Testing with databases can be tricky. If you are developing a system married
to a single database then you can make some assumptions about your
environment and ask the user to provide relevant connection information. But
if you need to test a framework that uses DBI, particularly a framework that
uses different types of persistence schemes, then it may be more useful to
simply verify what the framework is trying to do -- ensure the right SQL is
generated and that the correct parameters are bound. DBD::Mock makes it easy
to just modify your configuration (presumably held outside your code) and
just use it instead of DBD::Foo (like DBD::Pg or DBD::mysql) in your
framework.
Description-md5:
Homepage: https://metacpan.org/release/DBD-Mock
Tag: devel::lang:perl, devel::library, implemented-in::perl, role::shared-lib
Section: perl
Priority: optional
Filename: pool/main/libd/libdbd-mock-perl/libdbd-mock-perl_1.59-1_all.deb