How to Install and Uninstall python3-libxml2.x86_64 Package on Fedora 34

Last updated: October 06,2024

1. Install "python3-libxml2.x86_64" package

Please follow the steps below to install python3-libxml2.x86_64 on Fedora 34

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

2. Uninstall "python3-libxml2.x86_64" package

Please follow the guidance below to uninstall python3-libxml2.x86_64 on Fedora 34:

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

3. Information about the python3-libxml2.x86_64 package on Fedora 34

Last metadata expiration check: 0:16:18 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-libxml2
Version : 2.9.14
Release : 1.fc34
Architecture : x86_64
Size : 226 k
Source : libxml2-2.9.14-1.fc34.src.rpm
Repository : updates
Summary : Python 3 bindings for the libxml2 library
URL : http://xmlsoft.org/
License : MIT
Description : The libxml2-python3 package contains a Python 3 module that permits
: applications written in the Python programming language, version 3, 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.