How to Install and Uninstall perl-JSON.noarch Package on CentOS 8 / RHEL 8

Last updated: May 17,2024

1. Install "perl-JSON.noarch" package

This guide let you learn how to install perl-JSON.noarch on CentOS 8 / RHEL 8

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

2. Uninstall "perl-JSON.noarch" package

This guide covers the steps necessary to uninstall perl-JSON.noarch on CentOS 8 / RHEL 8:

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

3. Information about the perl-JSON.noarch package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 6:40:39 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : perl-JSON
Version : 2.97.001
Release : 2.el8
Architecture : noarch
Size : 96 k
Source : perl-JSON-2.97.001-2.el8.src.rpm
Repository : appstream
Summary : Parse and convert to JSON (JavaScript Object Notation)
URL : http://search.cpan.org/dist/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/.