How to Install and Uninstall python3.11-lxml.src Package on Oracle Linux 9

Last updated: October 05,2024

1. Install "python3.11-lxml.src" package

Please follow the step by step instructions below to install python3.11-lxml.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install python3.11-lxml.src

2. Uninstall "python3.11-lxml.src" package

Learn how to uninstall python3.11-lxml.src on Oracle Linux 9:

$ sudo dnf remove python3.11-lxml.src $ sudo dnf autoremove

3. Information about the python3.11-lxml.src package on Oracle Linux 9

Last metadata expiration check: 1:13:33 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : python3.11-lxml
Version : 4.9.2
Release : 3.el9
Architecture : src
Size : 3.6 M
Source : None
Repository : ol9_appstream
Summary : XML processing library combining libxml2/libxslt with the ElementTree API
URL : https://github.com/lxml/lxml
License : BSD and MIT
Description : lxml is a Pythonic, mature binding for the libxml2 and libxslt libraries. It
: provides safe and convenient access to these libraries using the ElementTree It
: extends the ElementTree API significantly to offer support for XPath, RelaxNG,
: XML Schema, XSLT, C14N and much more.