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

Last updated: October 13,2024

1. Install "perl-JSON-Validator.noarch" package

This guide covers the steps necessary to install perl-JSON-Validator.noarch on Fedora 36

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

2. Uninstall "perl-JSON-Validator.noarch" package

In this section, we are going to explain the necessary steps to uninstall perl-JSON-Validator.noarch on Fedora 36:

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

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

Last metadata expiration check: 2:37:27 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : perl-JSON-Validator
Version : 5.05
Release : 2.fc36
Architecture : noarch
Size : 107 k
Source : perl-JSON-Validator-5.05-2.fc36.src.rpm
Repository : fedora
Summary : Validate data against a JSON schema
URL : https://metacpan.org/release/JSON-Validator
License : Artistic 2.0
Description : JSON::Validator is a data structure validation library based around JSON
: Schema. This module can be used directly with a JSON schema or you can use
: the elegant DSL schema-builder JSON::Validator::joi to define the schema
: programmatically.