How to Install and Uninstall libxo.i686 Package on Fedora 34

Last updated: October 04,2024

1. Install "libxo.i686" package

Learn how to install libxo.i686 on Fedora 34

$ sudo dnf update $ sudo dnf install libxo.i686

2. Uninstall "libxo.i686" package

Please follow the instructions below to uninstall libxo.i686 on Fedora 34:

$ sudo dnf remove libxo.i686 $ sudo dnf autoremove

3. Information about the libxo.i686 package on Fedora 34

Last metadata expiration check: 4:57:56 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : libxo
Version : 1.6.0
Release : 1.fc34
Architecture : i686
Size : 210 k
Source : libxo-1.6.0-1.fc34.src.rpm
Repository : updates
Summary : A Library for Generating Text, XML, JSON, and HTML Output
URL : https://github.com/Juniper/libxo
License : BSD
Description : The libxo library allows an application to generate text, XML, JSON, and HTML
: output using a common set of function calls. The application decides at run
: time which output style should be produced. The application calls a function
: "xo_emit" to product output that is described in a format string.
: A "field descriptor" tells libxo what the field is and what it means.