How to Install and Uninstall libdata-pond-perl Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 18,2024

1. Install "libdata-pond-perl" package

This guide let you learn how to install libdata-pond-perl on Ubuntu 21.10 (Impish Indri)

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

2. Uninstall "libdata-pond-perl" package

This guide let you learn how to uninstall libdata-pond-perl on Ubuntu 21.10 (Impish Indri):

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

3. Information about the libdata-pond-perl package on Ubuntu 21.10 (Impish Indri)

Package: libdata-pond-perl
Architecture: amd64
Version: 0.005-1build3
Priority: optional
Section: universe/perl
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 60
Depends: perl (>= 5.32.0-4), perlapi-5.32.0, libc6 (>= 2.4), libparams-classify-perl
Filename: pool/universe/libd/libdata-pond-perl/libdata-pond-perl_0.005-1build3_amd64.deb
Size: 18984
MD5sum: 63ba25842b782dd761b7b93e2d839be4
SHA1: 012ebc0d5521280109f089ae1e5a20f78ece5bec
SHA256: 9648bc31d84d3d7343602397e9fd1f191de25f33cfb2b8b3e959e16f5636be48
SHA512: a80a89bc177ba66979436d70c305201f65efd9b08b6e5518501a8bd931d4d3c1017b72e26be87fd0bb54db40a4458eb0a14b6b0fb33951167ebcb4855956249b
Homepage: https://metacpan.org/release/Data-Pond
Description-en: 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: 07fce2e9872534fb2685be8a77e1ab13