How to Install and Uninstall libyaml.src Package on Oracle Linux 9

Last updated: July 03,2024

1. Install "libyaml.src" package

In this section, we are going to explain the necessary steps to install libyaml.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install libyaml.src

2. Uninstall "libyaml.src" package

Please follow the steps below to uninstall libyaml.src on Oracle Linux 9:

$ sudo dnf remove libyaml.src $ sudo dnf autoremove

3. Information about the libyaml.src package on Oracle Linux 9

Last metadata expiration check: 1:52:10 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : libyaml
Version : 0.2.5
Release : 7.el9
Architecture : src
Size : 606 k
Source : None
Repository : ol9_baseos_latest
Summary : YAML 1.1 parser and emitter written in C
URL : https://github.com/yaml/libyaml
License : MIT
Description : YAML is a data serialization format designed for human readability and
: interaction with scripting languages. LibYAML is a YAML parser and
: emitter written in C.