How to Install and Uninstall libupb37 Package on openSUSE Leap

Last updated: June 03,2024

1. Install "libupb37" package

Learn how to install libupb37 on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install libupb37

2. Uninstall "libupb37" package

Please follow the step by step instructions below to uninstall libupb37 on openSUSE Leap:

$ sudo zypper remove libupb37

3. Information about the libupb37 package on openSUSE Leap

Information for package libupb37:
---------------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : libupb37
Version : 1.60.0-150400.8.5.2
Arch : x86_64
Vendor : SUSE LLC
Support Level : Level 3
Installed Size : 396.8 KiB
Installed : No
Status : not installed
Source package : grpc-1.60.0-150400.8.5.2.src
Upstream URL : https://grpc.io/
Summary : A small protobuf implementation in C
Description :
μpb (often written 'upb') is a small protobuf implementation written in C.
upb generates a C API for creating, parsing, and serializing messages as
declared in .proto files. upb is heavily arena-based: all messages always live
in an arena (note: the arena can live in stack or static memory if desired).