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

Last updated: May 14,2024

1. Install "libdata-peek-perl" package

Please follow the steps below to install libdata-peek-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libdata-peek-perl

2. Uninstall "libdata-peek-perl" package

Here is a brief guide to show you how to uninstall libdata-peek-perl on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libdata-peek-perl $ sudo apt autoclean && sudo apt autoremove

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

Package: libdata-peek-perl
Priority: optional
Section: universe/perl
Installed-Size: 68
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: amd64
Version: 0.45-1
Depends: perl (>= 5.22.1-7), perlapi-5.22.1, libc6 (>= 2.4)
Suggests: perltidy
Filename: pool/universe/libd/libdata-peek-perl/libdata-peek-perl_0.45-1_amd64.deb
Size: 23552
MD5sum: 5398af88ffe6fb16158e372b41d21ed9
SHA1: d05fd9ff39e2976dbc861146a9cce3510ccf9ac7
SHA256: 91c05e5a0e0c173eae638d96d4f063a8a6d48f19bef903047ef5da1835b9eb26
Description-en: module providing low-level manipulation of Perl data
Data::Peek is a module that allows for low-level manipulation of Perl data
structures, particularly for displaying the internal representation of given
Perl variables.
.
In particular, it allows one to look at a scalar value to determine whether it
contains a string (PV), integer (IV or UV) or floating point number (NV); the
reference count of that scalar (REFCOUNT) and other flags (such as whether the
string is UTF-8).
.
This module can also create triple variables, which are similar to the dual
variables provided by Scalar::Util - they have two or three values, and the
value which is returned depends on the context in which it is used.
Description-md5: 18c5cfe61cce77cae5c6749eb0ad5123
Homepage: https://metacpan.org/release/Data-Peek
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu