How to Install and Uninstall protoc-gen-validate Package on openSUSE Leap

Last updated: July 04,2024

1. Install "protoc-gen-validate" package

Please follow the guidance below to install protoc-gen-validate on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install protoc-gen-validate

2. Uninstall "protoc-gen-validate" package

This is a short guide on how to uninstall protoc-gen-validate on openSUSE Leap:

$ sudo zypper remove protoc-gen-validate

3. Information about the protoc-gen-validate package on openSUSE Leap

Information for package protoc-gen-validate:
--------------------------------------------
Repository : Main Repository
Name : protoc-gen-validate
Version : 0.0.12-bp153.1.60
Arch : x86_64
Vendor : openSUSE
Installed Size : 8,9 MiB
Installed : No
Status : not installed
Source package : protoc-gen-validate-0.0.12-bp153.1.60.src
Summary : Protoc plugin to generate polyglot message validators
Description :
protoc-gen-validate is a protoc plugin to generate polyglot message validators.
While protocol buffers effectively guarantee the types of structured data, they
cannot enforce semantic rules for values. This plugin adds support to
protoc-generated code to validate such constraints.