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

Last updated: May 03,2024

1. Install "perl-JSON-XS" package

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

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

2. Uninstall "perl-JSON-XS" package

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

$ sudo zypper remove perl-JSON-XS

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

Information for package perl-JSON-XS:
-------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-JSON-XS
Version : 4.03-1.18
Arch : x86_64
Vendor : openSUSE
Installed Size : 262.0 KiB
Installed : No
Status : not installed
Source package : perl-JSON-XS-4.03-1.18.src
Upstream URL : https://metacpan.org/release/JSON-XS
Summary : JSON serialising/deserialising, done correctly and fast
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.
See MAPPING, below, on how JSON::XS maps perl values to JSON values and
vice versa.