How to Install and Uninstall perl-JSON-XS Package on openSUSE Leap

Last updated: November 07,2024

1. Install "perl-JSON-XS" package

Please follow the instructions below to install perl-JSON-XS on openSUSE Leap

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

2. Uninstall "perl-JSON-XS" package

This guide let you learn how to uninstall perl-JSON-XS on openSUSE Leap:

$ sudo zypper remove perl-JSON-XS

3. Information about the perl-JSON-XS package on openSUSE Leap

Information for package perl-JSON-XS:
-------------------------------------
Repository : Main Repository
Name : perl-JSON-XS
Version : 4.03-bp155.1.5
Arch : x86_64
Vendor : openSUSE
Installed Size : 259.1 KiB
Installed : No
Status : not installed
Source package : perl-JSON-XS-4.03-bp155.1.5.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.