How to Install and Uninstall libupb38 Package on openSuSE Tumbleweed

Last updated: November 23,2024

1. Install "libupb38" package

This guide let you learn how to install libupb38 on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install libupb38

2. Uninstall "libupb38" package

Please follow the guidance below to uninstall libupb38 on openSuSE Tumbleweed:

$ sudo zypper remove libupb38

3. Information about the libupb38 package on openSuSE Tumbleweed

Information for package libupb38:
---------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : libupb38
Version : 1.61.0-2.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 379.0 KiB
Installed : No
Status : not installed
Source package : grpc-1.61.0-2.1.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).