How to Install and Uninstall libdbix-profile-perl Package on Kali Linux

Last updated: May 18,2024

1. Install "libdbix-profile-perl" package

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

$ sudo apt update $ sudo apt install libdbix-profile-perl

2. Uninstall "libdbix-profile-perl" package

This tutorial shows how to uninstall libdbix-profile-perl on Kali Linux:

$ sudo apt remove libdbix-profile-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libdbix-profile-perl package on Kali Linux

Package: libdbix-profile-perl
Version: 1.0-7
Installed-Size: 30
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any, libdbi-perl
Size: 8988
SHA256: 9acbee6b488ff847d91b8a8fa9fda4e9746a897ceb2ebeaf9ab9a55f7e10afb7
SHA1: a33eb0f7500de09366f72249265085cfe05ed50b
MD5sum: d1829c3b1e9d59e67ebf53d2e921df30
Description: DBI query profiler
DBIx::Profile is a quick and easy, and mostly transparent, profiler
for scripts using DBI. It collects information on the query
level, and keeps track of first, failed, normal, and total amounts
(count, wall clock, CPU time) for each function on the query.
.
NOTE: DBIx::Profile use Time::HiRes to clock the wall time and
the old standby times() to clock the CPU time. The CPU time is
pretty coarse.
.
DBIx::Profile can also trace the execution of queries. It will print
a timestamp and the query that was called. This is optional, and
occurs only when the environment variable DBIXPROFILETRACE is set
to 1. (ex: (bash) export DBIXPROFILETRACE=1).
Description-md5:
Homepage: https://metacpan.org/release/DBIx-Profile
Tag: devel::lang:perl, devel::lang:sql, devel::library, devel::profiler,
implemented-in::perl, role::devel-lib, works-with::db
Section: perl
Priority: optional
Filename: pool/main/libd/libdbix-profile-perl/libdbix-profile-perl_1.0-7_all.deb