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

Last updated: May 02,2024

1. Install "perl-JSON.noarch" package

Please follow the guidelines below to install perl-JSON.noarch on CentOS 7 / RHEL 7

$ sudo yum makecache $ sudo yum install perl-JSON.noarch

2. Uninstall "perl-JSON.noarch" package

Please follow the guidance below to uninstall perl-JSON.noarch on CentOS 7 / RHEL 7:

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

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

Installed Packages
Name : perl-JSON
Arch : noarch
Version : 2.59
Release : 2.el7
Size : 264 k
Repo : installed
From repo : base
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/.