How to Install and Uninstall libfyaml.i686 Package on Fedora 39

Last updated: November 29,2024

1. Install "libfyaml.i686" package

Please follow the instructions below to install libfyaml.i686 on Fedora 39

$ sudo dnf update $ sudo dnf install libfyaml.i686

2. Uninstall "libfyaml.i686" package

In this section, we are going to explain the necessary steps to uninstall libfyaml.i686 on Fedora 39:

$ sudo dnf remove libfyaml.i686 $ sudo dnf autoremove

3. Information about the libfyaml.i686 package on Fedora 39

Last metadata expiration check: 4:43:21 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : libfyaml
Version : 0.8
Release : 3.fc39
Architecture : i686
Size : 235 k
Source : libfyaml-0.8-3.fc39.src.rpm
Repository : fedora
Summary : Complete YAML parser and emitter
URL : https://github.com/pantoniou/libfyaml
License : MIT and GPL-2.0-only and BSD-2-Clause
Description : A fancy 1.2 YAML and JSON parser/writer.
:
: Fully feature complete YAML parser and emitter, supporting
: the latest YAML spec and passing the full YAML testsuite.
:
: It is designed to be very efficient, avoiding copies of data,
: and has no artificial limits like the 1024 character limit for
: implicit keys.