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

Last updated: May 18,2024

1. Install "libdevel-ebug-perl" package

Here is a brief guide to show you how to install libdevel-ebug-perl on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libdevel-ebug-perl" package

This guide covers the steps necessary to uninstall libdevel-ebug-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libdevel-ebug-perl
Priority: optional
Section: universe/perl
Installed-Size: 132
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.56-1
Depends: perl, libdevel-stacktrace-perl, libmodule-pluggable-perl, libclass-accessor-chained-perl, libpadwalker-perl, libproc-background-perl, libstring-koremutake-perl, libyaml-perl, netbase
Filename: pool/universe/libd/libdevel-ebug-perl/libdevel-ebug-perl_0.56-1_all.deb
Size: 33490
MD5sum: 18da28feb7f04ff4e2a663d0e3a7c23d
SHA1: be1a6bd167502e08119b9728231c96c42838b1e5
SHA256: d4a5fdc52d60f09f34837ae441819971eaf7f4efb663496246a36f1462b6be82
Description-en: simple, extensible Perl debugger
Devel::ebug is a simple and extensible Perl debugger with a clean API.
Using this module, you may easily write a Perl debugger to debug your
programs. Alternatively, it comes with an interactive debugger, ebug.
.
Perl's current debugger is currently 2,600 lines of magic and special cases.
The code is nearly unreadable: fixing bugs and adding new features is fraught
with difficulties. The debugger has no test suite which has caused breakage
with changes that couldn't be properly tested. It will also not debug regexes.
Devel::ebug is aimed at fixing these problems and delivering a replacement
debugger which provides a well-tested simple programmatic interface to
debugging programs. This makes it easier to build debuggers on top of
Devel::ebug, be they console-, curses-, GUI- or Ajax-based.
Description-md5: c837b52aa9afa016a96e19350f956411
Homepage: https://metacpan.org/release/Devel-ebug
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu