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

Last updated: October 06,2024

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

This is a short guide on how to install perl-JSON-Validator.noarch on Fedora 35

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

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

Please follow the guidelines below to uninstall perl-JSON-Validator.noarch on Fedora 35:

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

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

Last metadata expiration check: 1:45:46 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : perl-JSON-Validator
Version : 4.21
Release : 2.fc35
Architecture : noarch
Size : 104 k
Source : perl-JSON-Validator-4.21-2.fc35.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.