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

Last updated: November 30,2024

1. Install "libfyaml.i686" package

This is a short guide on how to install libfyaml.i686 on Fedora 38

$ sudo dnf update $ sudo dnf install libfyaml.i686

2. Uninstall "libfyaml.i686" package

Please follow the guidance below to uninstall libfyaml.i686 on Fedora 38:

$ sudo dnf remove libfyaml.i686 $ sudo dnf autoremove

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

Last metadata expiration check: 5:06:49 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : libfyaml
Version : 0.8
Release : 2.fc38
Architecture : i686
Size : 234 k
Source : libfyaml-0.8-2.fc38.src.rpm
Repository : updates
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.