How to Install and Uninstall libyang2 Package on openSuSE Tumbleweed

Last updated: May 21,2024

1. Install "libyang2" package

Here is a brief guide to show you how to install libyang2 on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install libyang2

2. Uninstall "libyang2" package

This tutorial shows how to uninstall libyang2 on openSuSE Tumbleweed:

$ sudo zypper remove libyang2

3. Information about the libyang2 package on openSuSE Tumbleweed

Information for package libyang2:
---------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : libyang2
Version : 2.1.128-1.2
Arch : x86_64
Vendor : openSUSE
Installed Size : 1.1 MiB
Installed : No
Status : not installed
Source package : libyang-2.1.128-1.2.src
Upstream URL : https://github.com/CESNET/libyang
Summary : IETF YANG data modeling parser toolkit runtime
Description :
Libyang implements functions to process schemas expressed in the
YANG data modeling language defined by the IETF in RFCs 6020/7950.
Schemas expressed in this language primarily describe configuration
used by larger network equipment like routers and switches.
In addition to handling the schemas itself, the library also provides
functions to process data described by the schemas.
The library is implemented in C and provides an API for other software
to use in processing configurations.