How to Install and Uninstall libjson-parse-perl Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 14,2024

1. Install "libjson-parse-perl" package

Please follow the guidelines below to install libjson-parse-perl on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install libjson-parse-perl

2. Uninstall "libjson-parse-perl" package

This tutorial shows how to uninstall libjson-parse-perl on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove libjson-parse-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libjson-parse-perl package on Ubuntu 21.10 (Impish Indri)

Package: libjson-parse-perl
Architecture: amd64
Version: 0.61-1
Priority: optional
Section: universe/perl
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 243
Depends: perl, perlapi-5.32.1, libc6 (>= 2.14)
Filename: pool/universe/libj/libjson-parse-perl/libjson-parse-perl_0.61-1_amd64.deb
Size: 81636
MD5sum: 406ce3c7fca9da1af002f0e33321be0f
SHA1: f1d5d8a92570edd1bf26ffe8083d78bb79e1c359
SHA256: e790ccd121380f6bb0bef0e5166196730ea285a40b84c136969c95aa84c7e5df
SHA512: f3bc255c1eee63e26aa87e087345037fc89df786fde1c38f791228df1461527f2ff532a818bbdc1c3a9aa63f5ab5bd250d8894b04029e230b87411013195bdb7
Homepage: https://metacpan.org/release/JSON-Parse
Description-en: module to read JSON into a Perl variable
JSON::Parse is a module for parsing JSON.
.
It offers the function parse_json(), which takes a string containing JSON,
and returns an equivalent Perl structure. It also offers validation of JSON
via valid_json(), which returns true or false depending on whether the JSON
is correct or not, and assert_valid_json(), which produces a descriptive
fatal error if the JSON is invalid. A function json_file_to_perl() reads JSON
from a file, and there is a safer version of parse_json() called
parse_json_safe() which doesn't throw exceptions. For special cases of
parsing, there are also methods new() and run(), which create a JSON parsing
object and run it on text.
.
JSON::Parse accepts only UTF-8 as input.
Description-md5: 5d9cdacd033a7a1ecb3ee0b220f09dee