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

Last updated: October 05,2024

1. Install "libyaml.src" package

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

$ sudo dnf update $ sudo dnf install libyaml.src

2. Uninstall "libyaml.src" package

This guide covers the steps necessary to uninstall libyaml.src on Oracle Linux 8:

$ sudo dnf remove libyaml.src $ sudo dnf autoremove

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

Last metadata expiration check: 4:28:48 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : libyaml
Version : 0.1.7
Release : 5.el8
Architecture : src
Size : 527 k
Source : None
Repository : ol8_baseos_latest
Summary : YAML 1.1 parser and emitter written in C
URL : http://pyyaml.org/
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.