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

Last updated: May 20,2024

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

In this section, we are going to explain the necessary steps to install envoy-protoc-gen-validate on openSUSE Leap

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

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

Please follow the step by step instructions below to uninstall envoy-protoc-gen-validate on openSUSE Leap:

$ sudo zypper remove envoy-protoc-gen-validate

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

Information for package envoy-protoc-gen-validate:
--------------------------------------------------
Repository : Main Repository
Name : envoy-protoc-gen-validate
Version : 20190904-bp153.1.60
Arch : x86_64
Vendor : openSUSE
Installed Size : 9,0 MiB
Installed : No
Status : not installed
Source package : envoy-protoc-gen-validate-20190904-bp153.1.60.src
Summary : Envoy's fork of protoc plugin to generate 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.
This package ships a fork of protoc-gen-validate developed by envoy-proxy
developers.