How to Install and Uninstall libyang.src Package on Oracle Linux 8

Last updated: June 18,2024

1. Install "libyang.src" package

Please follow the guidelines below to install libyang.src on Oracle Linux 8

$ sudo dnf update $ sudo dnf install libyang.src

2. Uninstall "libyang.src" package

This is a short guide on how to uninstall libyang.src on Oracle Linux 8:

$ sudo dnf remove libyang.src $ sudo dnf autoremove

3. Information about the libyang.src package on Oracle Linux 8

Last metadata expiration check: 0:59:15 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : libyang
Version : 1.0.184
Release : 1.el8
Architecture : src
Size : 1.6 M
Source : None
Repository : ol8_appstream
Summary : YANG data modeling language library
URL : https://github.com/CESNET/libyang
License : BSD
Description : Libyang is YANG data modeling language parser and toolkit
: written (and providing API) in C.