How to Install and Uninstall perl-JSON-Validator Package on openSuSE Tumbleweed

Last updated: October 06,2024

1. Install "perl-JSON-Validator" package

This guide covers the steps necessary to install perl-JSON-Validator on openSuSE Tumbleweed

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

2. Uninstall "perl-JSON-Validator" package

In this section, we are going to explain the necessary steps to uninstall perl-JSON-Validator on openSuSE Tumbleweed:

$ sudo zypper remove perl-JSON-Validator

3. Information about the perl-JSON-Validator package on openSuSE Tumbleweed

Information for package perl-JSON-Validator:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-JSON-Validator
Version : 5.14-1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 384.1 KiB
Installed : No
Status : not installed
Source package : perl-JSON-Validator-5.14-1.4.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.