How to Install and Uninstall perl-JSON-PP.noarch Package on Oracle Linux 9

Last updated: October 05,2024

1. Install "perl-JSON-PP.noarch" package

Please follow the instructions below to install perl-JSON-PP.noarch on Oracle Linux 9

$ sudo dnf update $ sudo dnf install perl-JSON-PP.noarch

2. Uninstall "perl-JSON-PP.noarch" package

Learn how to uninstall perl-JSON-PP.noarch on Oracle Linux 9:

$ sudo dnf remove perl-JSON-PP.noarch $ sudo dnf autoremove

3. Information about the perl-JSON-PP.noarch package on Oracle Linux 9

Last metadata expiration check: 0:24:04 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : perl-JSON-PP
Epoch : 1
Version : 4.06
Release : 4.el9
Architecture : noarch
Size : 74 k
Source : perl-JSON-PP-4.06-4.el9.src.rpm
Repository : ol9_appstream
Summary : JSON::XS compatible pure-Perl module
URL : https://metacpan.org/release/JSON-PP
License : GPL+ or Artistic
Description : JSON::XS is the fastest and most proper JSON module on CPAN. It is written by
: Marc Lehmann in C, so must be compiled and installed in the used environment.
:
: JSON::PP is a pure-Perl module and is compatible with JSON::XS.