How to Install and Uninstall libxml2-devel.x86_64 Package on CentOS 8 / RHEL 8

Last updated: November 18,2024

1. Install "libxml2-devel.x86_64" package

In this section, we are going to explain the necessary steps to install libxml2-devel.x86_64 on CentOS 8 / RHEL 8

$ sudo dnf update $ sudo dnf install libxml2-devel.x86_64

2. Uninstall "libxml2-devel.x86_64" package

Please follow the steps below to uninstall libxml2-devel.x86_64 on CentOS 8 / RHEL 8:

$ sudo dnf remove libxml2-devel.x86_64 $ sudo dnf autoremove

3. Information about the libxml2-devel.x86_64 package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 5:57:58 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : libxml2-devel
Version : 2.9.7
Release : 8.el8
Architecture : x86_64
Size : 1.0 M
Source : libxml2-2.9.7-8.el8.src.rpm
Repository : appstream
Summary : Libraries, includes, etc. to develop XML and HTML applications
URL : http://xmlsoft.org/
License : MIT
Description : Libraries, include files, etc you can use to develop XML applications.
: 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.