How to Install and Uninstall libyaml.i686 Package on CentOS 8 / RHEL 8

Last updated: November 18,2024

1. Install "libyaml.i686" package

This is a short guide on how to install libyaml.i686 on CentOS 8 / RHEL 8

$ sudo dnf update $ sudo dnf install libyaml.i686

2. Uninstall "libyaml.i686" package

This tutorial shows how to uninstall libyaml.i686 on CentOS 8 / RHEL 8:

$ sudo dnf remove libyaml.i686 $ sudo dnf autoremove

3. Information about the libyaml.i686 package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 5:58:20 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : libyaml
Version : 0.1.7
Release : 5.el8
Architecture : i686
Size : 64 k
Source : libyaml-0.1.7-5.el8.src.rpm
Repository : baseos
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.