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

Last updated: July 08,2024

1. Install "python-lxml.src" package

Please follow the instructions below to install python-lxml.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install python-lxml.src

2. Uninstall "python-lxml.src" package

Please follow the step by step instructions below to uninstall python-lxml.src on Oracle Linux 9:

$ sudo dnf remove python-lxml.src $ sudo dnf autoremove

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

Last metadata expiration check: 3:42:46 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : python-lxml
Version : 4.6.5
Release : 3.el9
Architecture : src
Size : 3.1 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 and zlib
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.To contact the project, go to the project
: home page < or see our bug tracker at case you want to use the current ...