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

Last updated: May 08,2024

1. Install "libdevel-dprof-perl" package

This guide covers the steps necessary to install libdevel-dprof-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libdevel-dprof-perl

2. Uninstall "libdevel-dprof-perl" package

This is a short guide on how to uninstall libdevel-dprof-perl on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libdevel-dprof-perl $ sudo apt autoclean && sudo apt autoremove

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

Package: libdevel-dprof-perl
Priority: optional
Section: universe/perl
Installed-Size: 78
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: amd64
Version: 20110802.00-3build2
Depends: perl (>= 5.22.1-1), perlapi-5.22.1, libc6 (>= 2.4)
Filename: pool/universe/libd/libdevel-dprof-perl/libdevel-dprof-perl_20110802.00-3build2_amd64.deb
Size: 27404
MD5sum: ffabb1ea728cb4ddf95b677c28131d50
SHA1: 1034f5c1b0e55a4301030fc7dd9e706ed7b7e3e4
SHA256: 15de9a721496c641f8953b7429efcba0c20a100c1615f4c76c2e4b3627e2f208
Description-en: deprecated Perl code profiler
The Devel::DProf package is a Perl code profiler. This will collect
information on the execution time of a Perl script and of the subs in that
script. This information can be used to determine which subroutines are using
the most time and which subroutines are being called most often. This
information can also be used to create an execution graph of the script,
showing subroutine relationships.
.
Devel::DProf is deprecated. It is recommended that you install and use
Devel::NYTProf (in the package libdevel-nytprof-perl) instead, as it
offers significantly improved profiling and reporting.
Description-md5: 85f5b3959221bc9dd9e66ce64fdd83d5
Homepage: https://metacpan.org/release/Devel-DProf
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu