How to Install and Uninstall libxml2-python.x86_64 Package on CentOS 7 / RHEL 7

Last updated: May 07,2024

1. Install "libxml2-python.x86_64" package

Please follow the guidelines below to install libxml2-python.x86_64 on CentOS 7 / RHEL 7

$ sudo yum makecache $ sudo yum install libxml2-python.x86_64

2. Uninstall "libxml2-python.x86_64" package

This is a short guide on how to uninstall libxml2-python.x86_64 on CentOS 7 / RHEL 7:

$ sudo yum remove libxml2-python.x86_64 $ sudo yum autoremove

3. Information about the libxml2-python.x86_64 package on CentOS 7 / RHEL 7

Installed Packages
Name : libxml2-python
Arch : x86_64
Version : 2.9.1
Release : 6.el7.5
Size : 1.4 M
Repo : installed
From repo : base
Summary : Python bindings for the libxml2 library
URL : http://xmlsoft.org/
License : MIT
Description : The libxml2-python package contains a module that permits
: applications written in the Python programming language to use the
: interface supplied by the libxml2 library to manipulate XML files.
:
: 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.