How to Install and Uninstall libjson-parse-perl Package on Kali Linux

Last updated: May 20,2024

1. Install "libjson-parse-perl" package

This guide let you learn how to install libjson-parse-perl on Kali Linux

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

2. Uninstall "libjson-parse-perl" package

Learn how to uninstall libjson-parse-perl on Kali Linux:

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

3. Information about the libjson-parse-perl package on Kali Linux

Package: libjson-parse-perl
Source: libjson-parse-perl (0.62-1)
Version: 0.62-1+b2
Installed-Size: 246
Maintainer: Debian Perl Group
Architecture: amd64
Depends: perl (>= 5.38.2-2), perlapi-5.38.2, libc6 (>= 2.14)
Size: 84164
SHA256: 8df3d12c930b43623f82b9eb5a85a9e4756e42e631d3c3116225ea33a958a55a
SHA1: 3a3cd1630c502bd09899e24b7bc1ddc3f5109cf3
MD5sum: d2ec3ea9d9aae796d2ff0b3e838dd811
Description: 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:
Homepage: https://metacpan.org/release/JSON-Parse
Tag: devel::lang:perl, devel::library, implemented-in::c,
implemented-in::perl, role::devel-lib
Section: perl
Priority: optional
Filename: pool/main/libj/libjson-parse-perl/libjson-parse-perl_0.62-1+b2_amd64.deb