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

Last updated: May 19,2024

1. Install "libdata-pond-perl" package

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

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

2. Uninstall "libdata-pond-perl" package

This tutorial shows how to uninstall libdata-pond-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libdata-pond-perl
Priority: optional
Section: universe/perl
Installed-Size: 57
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: amd64
Version: 0.004-2build1
Depends: perl (>= 5.22.1-1), perlapi-5.22.1, libc6 (>= 2.4), libparams-classify-perl
Filename: pool/universe/libd/libdata-pond-perl/libdata-pond-perl_0.004-2build1_amd64.deb
Size: 18604
MD5sum: 33896d37de254753fc51e55254a7a608
SHA1: 013f6160770362b1a5985c809670bab32ae42ef1
SHA256: a80941374e05dbffaecf87e9cbb5bf0fcc755ad12983d61f04f2e0938651a4a3
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
Homepage: https://metacpan.org/release/Data-Pond
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu