How to Install and Uninstall libdbix-profile-perl Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 18,2024

1. Install "libdbix-profile-perl" package

This tutorial shows how to install libdbix-profile-perl on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libdbix-profile-perl" package

Please follow the steps below to uninstall libdbix-profile-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the libdbix-profile-perl package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libdbix-profile-perl
Priority: optional
Section: universe/perl
Installed-Size: 58
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 1.0-4
Depends: perl, libdbi-perl
Filename: pool/universe/libd/libdbix-profile-perl/libdbix-profile-perl_1.0-4_all.deb
Size: 10386
MD5sum: 630338cd842a0a843f8e081e8e96576f
SHA1: 3d86ba4b1a48000aebc8c6dd4893c78e6974f5d4
SHA256: c460b265481cddd47d4824c0d078f422a31c520b529aa98d113b9b30b01c90f2
Description-en: 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: df28d6313ab82e9ebcd9fe3fb914de9a
Homepage: http://search.cpan.org/dist/DBIx-Profile/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu