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

Last updated: July 05,2024

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

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

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

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

Please follow the instructions below to uninstall perl-JSON-Validator.noarch on Fedora 34:

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

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

Last metadata expiration check: 0:33:20 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : perl-JSON-Validator
Version : 4.13
Release : 1.fc34
Architecture : noarch
Size : 101 k
Source : perl-JSON-Validator-4.13-1.fc34.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.