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

Last updated: May 15,2024

1. Install "libjson-perl" package

Please follow the steps below to install libjson-perl on Kali Linux

$ sudo apt update $ sudo apt install libjson-perl

2. Uninstall "libjson-perl" package

Please follow the instructions below to uninstall libjson-perl on Kali Linux:

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

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

Package: libjson-perl
Version: 4.10000-1
Installed-Size: 244
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any
Recommends: libjson-xs-perl
Size: 87516
SHA256: db1c2e7465d8fe9f5e7e19ee3603446ee3310e672c2a92b6b3754281d4ef92e2
SHA1: c9870bc9038f3bb084588ac7979d9017a274eee3
MD5sum: b480f0d61d1a7b295bc7a47f8667c8d3
Description: module for manipulating JSON-formatted data
JSON is a Perl module for manipulating data stored in the format of the same
name. JavaScript Object Notation (JSON) is a simple data serialization format
(defined in RFC 4627) that serves as an alternative to XML.
.
The primary purpose of this module is to select an appropriate backend JSON
implementation. It prefers either JSON::XS (see libjson-xs-perl) or JSON::PP
(see libjson-pp-perl), but will fall back on a backport implementation if
neither are available.
Description-md5:
Multi-Arch: foreign
Homepage: https://metacpan.org/release/JSON
Tag: devel::lang:perl, devel::library, implemented-in::perl, role::devel-lib,
works-with-format::json
Section: perl
Priority: optional
Filename: pool/main/libj/libjson-perl/libjson-perl_4.10000-1_all.deb