How to Install and Uninstall perl-Cpanel-JSON-XS Package on openSuSE Tumbleweed

Last updated: May 10,2024

1. Install "perl-Cpanel-JSON-XS" package

This tutorial shows how to install perl-Cpanel-JSON-XS on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install perl-Cpanel-JSON-XS

2. Uninstall "perl-Cpanel-JSON-XS" package

Here is a brief guide to show you how to uninstall perl-Cpanel-JSON-XS on openSuSE Tumbleweed:

$ sudo zypper remove perl-Cpanel-JSON-XS

3. Information about the perl-Cpanel-JSON-XS package on openSuSE Tumbleweed

Information for package perl-Cpanel-JSON-XS:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Cpanel-JSON-XS
Version : 4.37-1.3
Arch : x86_64
Vendor : openSUSE
Installed Size : 379.2 KiB
Installed : No
Status : not installed
Source package : perl-Cpanel-JSON-XS-4.37-1.3.src
Upstream URL : https://metacpan.org/release/Cpanel-JSON-XS
Summary : CPanel fork of JSON::XS, fast and correct serializing
Description :
This module converts Perl data structures to JSON and vice versa. Its
primary goal is to be _correct_ and its secondary goal is to be _fast_. To
reach the latter goal it was written in C.
As this is the n-th-something JSON module on CPAN, what was the reason to
write yet another JSON module? While it seems there are many JSON modules,
none of them correctly handle all corner cases, and in most cases their
maintainers are unresponsive, gone missing, or not listening to bug reports
for other reasons.
See below for the cPanel fork.
See MAPPING, below, on how Cpanel::JSON::XS maps perl values to JSON values
and vice versa.