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

Last updated: May 19,2024

1. Install "perl-JSON.noarch" package

Please follow the step by step instructions below to install perl-JSON.noarch on CentOS Stream 8

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

2. Uninstall "perl-JSON.noarch" package

Please follow the guidance below to uninstall perl-JSON.noarch on CentOS Stream 8:

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

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

Last metadata expiration check: 2:12:24 ago on Sun Feb 25 03:03:59 2024.
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/.