How to Install and Uninstall libupb19 Package on openSuSE Tumbleweed

Last updated: July 05,2024

1. Install "libupb19" package

This tutorial shows how to install libupb19 on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install libupb19

2. Uninstall "libupb19" package

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

$ sudo zypper remove libupb19

3. Information about the libupb19 package on openSuSE Tumbleweed

Information for package libupb19:
---------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : libupb19
Version : 1.41.1-1.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 106,4 KiB
Installed : No
Status : not installed
Source package : grpc-1.41.1-1.1.src
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).