How to Install and Uninstall upb-source Package on openSUSE Leap

Last updated: May 17,2024

1. Install "upb-source" package

In this section, we are going to explain the necessary steps to install upb-source on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install upb-source

2. Uninstall "upb-source" package

Please follow the guidelines below to uninstall upb-source on openSUSE Leap:

$ sudo zypper remove upb-source

3. Information about the upb-source package on openSUSE Leap

Information for package upb-source:
-----------------------------------
Repository : Main Repository
Name : upb-source
Version : 20190910-bp153.1.16
Arch : x86_64
Vendor : openSUSE
Installed Size : 1,2 MiB
Installed : No
Status : not installed
Source package : upb-20190910-bp153.1.16.src
Summary : Source code of upb
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).
This package provides source code of upb.