How to Install and Uninstall libxml2-python.x86_64 Package on Amazon Linux 2

Last updated: September 20,2024

1. Install "libxml2-python.x86_64" package

Please follow the guidance below to install libxml2-python.x86_64 on Amazon Linux 2

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

2. Uninstall "libxml2-python.x86_64" package

This guide covers the steps necessary to uninstall libxml2-python.x86_64 on Amazon Linux 2:

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

3. Information about the libxml2-python.x86_64 package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : libxml2-python
Arch : x86_64
Version : 2.9.1
Release : 6.amzn2.5.4
Size : 246 k
Repo : amzn2-core/2/x86_64
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.