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

Last updated: May 19,2024

1. Install "libdata-pond-perl" package

Please follow the guidance below to install libdata-pond-perl on Kali Linux

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

2. Uninstall "libdata-pond-perl" package

Here is a brief guide to show you how to uninstall libdata-pond-perl on Kali Linux:

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

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

Package: libdata-pond-perl
Source: libdata-pond-perl (0.005-2)
Version: 0.005-2+b2
Installed-Size: 61
Maintainer: Debian Perl Group
Architecture: amd64
Depends: perl (>= 5.38.2-2), perlapi-5.38.2, libc6 (>= 2.4), libparams-classify-perl
Size: 19664
SHA256: 6dba3520acde5db4d7b8059ae047ba69769dd191efb98e1dd336100a060097f3
SHA1: 8bf102fbc54cfe999107bf6923a1e0da54521af3
MD5sum: 947f14267d104a7bdd9103beba2b08cd
Description: Perl-based open notation for data module
Data::Pond is concerned with representing data structures in a textual
notation known as "Pond" (Perl-based open notation for data). The notation is
a strict subset of Perl expression syntax, but is intended to have
language-independent use. It is similar in spirit to JSON, which is based on
JavaScript, but Pond represents fewer data types directly.
.
The data that can be represented in Pond consist of strings (of characters),
arrays, and string-keyed hashes. Arrays and hashes can recursively (but not
cyclically) contain any of these kinds of data. This does not cover the full
range of data types that Perl or other languages can handle, but is intended
to be a limited, fixed repertoire of data types that many languages can
readily process. It is intended that more complex data can be represented
using these basic types. The arrays and hashes provide structuring facilities
(ordered and unordered collections, respectively), and strings are a
convenient way to represent atomic data.
Description-md5:
Homepage: https://metacpan.org/release/Data-Pond
Tag: devel::lang:perl, devel::library, implemented-in::c,
implemented-in::perl, role::devel-lib
Section: perl
Priority: optional
Filename: pool/main/libd/libdata-pond-perl/libdata-pond-perl_0.005-2+b2_amd64.deb