How to Install and Uninstall perl-Cpanel-JSON-XS.x86_64 Package on Oracle Linux 9

Last updated: June 25,2024

1. Install "perl-Cpanel-JSON-XS.x86_64" package

Please follow the steps below to install perl-Cpanel-JSON-XS.x86_64 on Oracle Linux 9

$ sudo dnf update $ sudo dnf install perl-Cpanel-JSON-XS.x86_64

2. Uninstall "perl-Cpanel-JSON-XS.x86_64" package

This guide let you learn how to uninstall perl-Cpanel-JSON-XS.x86_64 on Oracle Linux 9:

$ sudo dnf remove perl-Cpanel-JSON-XS.x86_64 $ sudo dnf autoremove

3. Information about the perl-Cpanel-JSON-XS.x86_64 package on Oracle Linux 9

Last metadata expiration check: 0:16:42 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : perl-Cpanel-JSON-XS
Version : 4.27
Release : 1.el9
Architecture : x86_64
Size : 148 k
Source : perl-Cpanel-JSON-XS-4.27-1.el9.src.rpm
Repository : epel
Summary : JSON::XS for Cpanel, fast and correct serializing
URL : https://metacpan.org/release/Cpanel-JSON-XS
License : GPL+ or Artistic
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.