How To Install libjson-maybexs-perl on Kali Linux
Introduction
In this tutorial we learn how to install libjson-maybexs-perl
on Kali Linux.
What is libjson-maybexs-perl
libjson-maybexs-perl is:
JSON::MaybeXS first checks to see if either Cpanel::JSON::XS or JSON::XS is already loaded, in which case it uses that module. Otherwise it tries to load Cpanel::JSON::XS, then JSON::XS, then JSON::PP in order, and either uses the first module it finds or throws an error.
It then exports the encode_json and decode_json functions from the loaded module, along with a JSON constant that returns the class name for calling new on.
There are three methods to install libjson-maybexs-perl
on Kali Linux. We can use apt-get
, apt
and aptitude
. In the following sections we will describe each method. You can choose one of them.
Install libjson-maybexs-perl Using apt-get
Update apt database with apt-get
using the following command.
After updating apt database, We can install libjson-maybexs-perl
using apt-get
by running the following command:
Install libjson-maybexs-perl Using apt
Update apt database with apt
using the following command.
After updating apt database, We can install libjson-maybexs-perl
using apt
by running the following command:
Install libjson-maybexs-perl Using aptitude
If you want to follow this method, you might need to install aptitude on Kali Linux first since aptitude is usually not installed by default on Kali Linux. Update apt database with aptitude
using the following command.
After updating apt database, We can install libjson-maybexs-perl
using aptitude
by running the following command:
How To Uninstall libjson-maybexs-perl on Kali Linux
To uninstall only the libjson-maybexs-perl
package we can use the following command:
Uninstall libjson-maybexs-perl And Its Dependencies
To uninstall libjson-maybexs-perl
and its dependencies that are no longer needed by Kali Linux, we can use the command below:
Remove libjson-maybexs-perl Configurations and Data
To remove libjson-maybexs-perl
configuration and data from Kali Linux we can use the following command:
Remove libjson-maybexs-perl configuration, data, and all of its dependencies
We can use the following command to remove libjson-maybexs-perl
configurations, data and all of its dependencies, we can use the following command:
Dependencies
libjson-maybexs-perl have the following dependencies:
References
Summary
In this tutorial we learn how to install libjson-maybexs-perl
package on Kali Linux using different package management tools: apt
, apt-get
and aptitude
.