How to Install and Uninstall libxml2.i686 Package on AlmaLinux 9

Last updated: June 16,2024

1. Install "libxml2.i686" package

In this section, we are going to explain the necessary steps to install libxml2.i686 on AlmaLinux 9

$ sudo dnf update $ sudo dnf install libxml2.i686

2. Uninstall "libxml2.i686" package

This is a short guide on how to uninstall libxml2.i686 on AlmaLinux 9:

$ sudo dnf remove libxml2.i686 $ sudo dnf autoremove

3. Information about the libxml2.i686 package on AlmaLinux 9

Last metadata expiration check: 0:55:21 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : libxml2
Version : 2.9.13
Release : 5.el9_3
Architecture : i686
Size : 783 k
Source : libxml2-2.9.13-5.el9_3.src.rpm
Repository : baseos
Summary : Library providing XML and HTML support
URL : http://xmlsoft.org/
License : MIT
Description : This library allows to manipulate XML files. It includes support
: to read, modify and write XML and HTML files. There is DTDs support
: this includes parsing and validation even with complex DtDs, either
: at parse time or later once the document has been modified. The output
: can be a simple SAX stream or and in-memory DOM like representations.
: In this case one can use the built-in XPath and XPointer implementation
: to select sub nodes or ranges. A flexible Input/Output mechanism is
: available, with existing HTTP and FTP modules and combined to an
: URI library.