How to Install and Uninstall libdata-pond-perl Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 18,2024

1. Install "libdata-pond-perl" package

Please follow the steps below to install libdata-pond-perl on Ubuntu 20.10 (Groovy Gorilla)

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

2. Uninstall "libdata-pond-perl" package

Please follow the instructions below to uninstall libdata-pond-perl on Ubuntu 20.10 (Groovy Gorilla):

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

3. Information about the libdata-pond-perl package on Ubuntu 20.10 (Groovy Gorilla)

Package: libdata-pond-perl
Architecture: amd64
Version: 0.005-1build2
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.30.0-7), perlapi-5.30.0, libc6 (>= 2.4), libparams-classify-perl
Filename: pool/universe/libd/libdata-pond-perl/libdata-pond-perl_0.005-1build2_amd64.deb
Size: 18952
MD5sum: 88beca47e4e38f87eea22c212118cade
SHA1: 0de7fdfd17bfcab776a34e0f59ffcaebb5645201
SHA256: 4619de8fe60a4fc344619311a9ab3079d030471df97c0c04367bcab393e4b483
SHA512: 517d463f6068a22e10b9ce590a7b1433eaaa229ab06c493e2ab2a1f11043ccf21bd1e17ccf67d367ba52c30a93c92c27ce1d8131387a879e0df82c6fd7affdba
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