How to Install and Uninstall libyaml.i686 Package on Fedora 36

Last updated: September 22,2024

1. Install "libyaml.i686" package

In this section, we are going to explain the necessary steps to install libyaml.i686 on Fedora 36

$ sudo dnf update $ sudo dnf install libyaml.i686

2. Uninstall "libyaml.i686" package

Here is a brief guide to show you how to uninstall libyaml.i686 on Fedora 36:

$ sudo dnf remove libyaml.i686 $ sudo dnf autoremove

3. Information about the libyaml.i686 package on Fedora 36

Last metadata expiration check: 0:37:41 ago on Thu Sep 8 14:04:51 2022.
Available Packages
Name : libyaml
Version : 0.2.5
Release : 7.fc36
Architecture : i686
Size : 63 k
Source : libyaml-0.2.5-7.fc36.src.rpm
Repository : fedora
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.