How to Install and Uninstall perl-JSON Package on openSUSE Leap
Last updated: November 23,2024
1. Install "perl-JSON" package
This guide let you learn how to install perl-JSON on openSUSE Leap
$
sudo zypper refresh
Copied
$
sudo zypper install
perl-JSON
Copied
2. Uninstall "perl-JSON" package
This tutorial shows how to uninstall perl-JSON on openSUSE Leap:
$
sudo zypper remove
perl-JSON
Copied
3. Information about the perl-JSON package on openSUSE Leap
Information for package perl-JSON:
----------------------------------
Repository : Main Repository
Name : perl-JSON
Version : 2.97001-1.18
Arch : noarch
Vendor : SUSE LLC
Installed Size : 244.4 KiB
Installed : No
Status : not installed
Source package : perl-JSON-2.97001-1.18.src
Upstream URL : http://search.cpan.org/dist/JSON/
Summary : JSON (JavaScript Object Notation) encoder/decoder
Description :
This module is a thin wrapper for JSON::XS-compatible modules with a few
additional features. All the backend modules convert a Perl data structure
to a JSON text as of RFC4627 (which we know is obsolete but we still stick
to; see below for an option to support part of RFC7159) and vice versa.
This module uses JSON::XS by default, and when JSON::XS is not available,
this module falls back on JSON::PP, which is in the Perl core since 5.14.
If JSON::PP is not available either, this module then falls back on
JSON::backportPP (which is actually JSON::PP in a different .pm file)
bundled in the same distribution as this module. You can also explicitly
specify to use Cpanel::JSON::XS, a fork of JSON::XS by Reini Urban.
All these backend modules have slight incompatibilities between them,
including extra features that other modules don't support, but as long as
you use only common features (most important ones are described below),
migration from backend to backend should be reasonably easy. For details,
see each backend module you use.
----------------------------------
Repository : Main Repository
Name : perl-JSON
Version : 2.97001-1.18
Arch : noarch
Vendor : SUSE LLC
Installed Size : 244.4 KiB
Installed : No
Status : not installed
Source package : perl-JSON-2.97001-1.18.src
Upstream URL : http://search.cpan.org/dist/JSON/
Summary : JSON (JavaScript Object Notation) encoder/decoder
Description :
This module is a thin wrapper for JSON::XS-compatible modules with a few
additional features. All the backend modules convert a Perl data structure
to a JSON text as of RFC4627 (which we know is obsolete but we still stick
to; see below for an option to support part of RFC7159) and vice versa.
This module uses JSON::XS by default, and when JSON::XS is not available,
this module falls back on JSON::PP, which is in the Perl core since 5.14.
If JSON::PP is not available either, this module then falls back on
JSON::backportPP (which is actually JSON::PP in a different .pm file)
bundled in the same distribution as this module. You can also explicitly
specify to use Cpanel::JSON::XS, a fork of JSON::XS by Reini Urban.
All these backend modules have slight incompatibilities between them,
including extra features that other modules don't support, but as long as
you use only common features (most important ones are described below),
migration from backend to backend should be reasonably easy. For details,
see each backend module you use.