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

Last updated: May 12,2024

1. Install "protoc-gen-validate-source" package

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

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

2. Uninstall "protoc-gen-validate-source" package

Here is a brief guide to show you how to uninstall protoc-gen-validate-source on openSUSE Leap:

$ sudo zypper remove protoc-gen-validate-source

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

Information for package protoc-gen-validate-source:
---------------------------------------------------
Repository : Main Repository
Name : protoc-gen-validate-source
Version : 0.0.12-bp153.1.60
Arch : noarch
Vendor : openSUSE
Installed Size : 47,1 MiB
Installed : No
Status : not installed
Source package : protoc-gen-validate-0.0.12-bp153.1.60.src
Summary : Source code of protoc-gen-validate
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.
This package contains source code for protoc-gen-validate.