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

Last updated: May 20,2024

1. Install "perl-JSON.noarch" package

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

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

2. Uninstall "perl-JSON.noarch" package

This is a short guide on how to uninstall perl-JSON.noarch on Oracle Linux 9:

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

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

Last metadata expiration check: 3:16:48 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : perl-JSON
Version : 4.03
Release : 5.el9
Architecture : noarch
Size : 107 k
Source : perl-JSON-4.03-5.el9.src.rpm
Repository : ol9_appstream
Summary : Parse and convert to JSON (JavaScript Object Notation)
URL : https://metacpan.org/release/JSON
License : GPL+ or Artistic
Description : This module converts between JSON (JavaScript Object Notation) and Perl
: data structure into each other. For JSON, see http://www.crockford.com/JSON/.