How to Install and Uninstall libxml2.x86_64 Package on Oracle Linux 8

Last updated: June 26,2024

1. Install "libxml2.x86_64" package

Here is a brief guide to show you how to install libxml2.x86_64 on Oracle Linux 8

$ sudo dnf update $ sudo dnf install libxml2.x86_64

2. Uninstall "libxml2.x86_64" package

Learn how to uninstall libxml2.x86_64 on Oracle Linux 8:

$ sudo dnf remove libxml2.x86_64 $ sudo dnf autoremove

3. Information about the libxml2.x86_64 package on Oracle Linux 8

Last metadata expiration check: 0:10:24 ago on Mon Sep 12 02:51:38 2022.
Installed Packages
Name : libxml2
Version : 2.9.7
Release : 13.el8_6.1
Architecture : x86_64
Size : 1.7 M
Source : libxml2-2.9.7-13.el8_6.1.src.rpm
Repository : @System
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.