How to Install and Uninstall libxo.x86_64 Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: May 20,2024

1. Install "libxo.x86_64" package

This guide covers the steps necessary to install libxo.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install libxo.x86_64

2. Uninstall "libxo.x86_64" package

In this section, we are going to explain the necessary steps to uninstall libxo.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove libxo.x86_64 $ sudo dnf autoremove

3. Information about the libxo.x86_64 package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 1:58:06 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : libxo
Version : 1.6.0
Release : 2.el8
Architecture : x86_64
Size : 212 k
Source : libxo-1.6.0-2.el8.src.rpm
Repository : epel
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.