How to Install and Uninstall libdata-peek-perl Package on Kali Linux

Last updated: October 06,2024

1. Install "libdata-peek-perl" package

Please follow the steps below to install libdata-peek-perl on Kali Linux

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

2. Uninstall "libdata-peek-perl" package

Please follow the step by step instructions below to uninstall libdata-peek-perl on Kali Linux:

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

3. Information about the libdata-peek-perl package on Kali Linux

Package: libdata-peek-perl
Source: libdata-peek-perl (0.52-1)
Version: 0.52-1+b1
Installed-Size: 77
Maintainer: Debian Perl Group
Architecture: amd64
Depends: perl (>= 5.38.2-2), perlapi-5.38.2, libc6 (>= 2.4)
Suggests: perltidy
Size: 25256
SHA256: 5d70daf6f95b12dd7d40449ea00a87d5ebce33d35acf98ee0b9b2e4f952fef53
SHA1: eea8ce734b00558e7a9f97452b98eb2065bfd9e2
MD5sum: cf944cb53e9c458a59bb018c03dff1ec
Description: 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:
Homepage: https://metacpan.org/release/Data-Peek
Tag: devel::lang:perl, devel::library, implemented-in::c,
implemented-in::perl, role::devel-lib, role::shared-lib
Section: perl
Priority: optional
Filename: pool/main/libd/libdata-peek-perl/libdata-peek-perl_0.52-1+b1_amd64.deb