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

Last updated: July 04,2024

1. Install "perl-JSON.noarch" package

Please follow the step by step instructions below to install perl-JSON.noarch on AlmaLinux 9

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

2. Uninstall "perl-JSON.noarch" package

This tutorial shows how to uninstall perl-JSON.noarch on AlmaLinux 9:

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

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

Last metadata expiration check: 1:48:35 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : perl-JSON
Version : 4.03
Release : 5.el9
Architecture : noarch
Size : 95 k
Source : perl-JSON-4.03-5.el9.src.rpm
Repository : 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/.