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

Last updated: October 05,2024

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

This is a short guide on how to install perl-JSON-PP.src on Oracle Linux 9

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

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

Please follow the steps below to uninstall perl-JSON-PP.src on Oracle Linux 9:

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

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

Last metadata expiration check: 3:28:40 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : perl-JSON-PP
Epoch : 1
Version : 4.06
Release : 4.el9
Architecture : src
Size : 65 k
Source : None
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.