How to Install and Uninstall perl-JSON-Validator Package on openSUSE Leap

Last updated: May 20,2024

1. Install "perl-JSON-Validator" package

This guide let you learn how to install perl-JSON-Validator on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install perl-JSON-Validator

2. Uninstall "perl-JSON-Validator" package

This is a short guide on how to uninstall perl-JSON-Validator on openSUSE Leap:

$ sudo zypper remove perl-JSON-Validator

3. Information about the perl-JSON-Validator package on openSUSE Leap

Information for package perl-JSON-Validator:
--------------------------------------------
Repository : Main Repository
Name : perl-JSON-Validator
Version : 5.13-bp155.1.6
Arch : noarch
Vendor : openSUSE
Installed Size : 387.6 KiB
Installed : No
Status : not installed
Source package : perl-JSON-Validator-5.13-bp155.1.6.src
Upstream URL : https://metacpan.org/release/JSON-Validator
Summary : Validate data against a JSON schema
Description :
JSON::Validator is a data structure validation library based around at
https://json-schema.org/. 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.