How to Install and Uninstall perl-JSON.noarch Package on Fedora 34

Last updated: July 03,2024

1. Install "perl-JSON.noarch" package

Please follow the instructions below to install perl-JSON.noarch on Fedora 34

$ 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 Fedora 34:

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

3. Information about the perl-JSON.noarch package on Fedora 34

Last metadata expiration check: 5:15:33 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-JSON
Version : 4.03
Release : 3.fc34
Architecture : noarch
Size : 96 k
Source : perl-JSON-4.03-3.fc34.src.rpm
Repository : fedora
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/.