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

Last updated: January 15,2025

1. Install "libxo.i686" package

Please follow the guidelines below to install libxo.i686 on Fedora 39

$ sudo dnf update $ sudo dnf install libxo.i686

2. Uninstall "libxo.i686" package

Please follow the steps below to uninstall libxo.i686 on Fedora 39:

$ sudo dnf remove libxo.i686 $ sudo dnf autoremove

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

Last metadata expiration check: 1:09:48 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : libxo
Version : 1.6.0
Release : 4.fc39
Architecture : i686
Size : 217 k
Source : libxo-1.6.0-4.fc39.src.rpm
Repository : fedora
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.