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

Last updated: July 01,2024

1. Install "python-lxml.src" package

Please follow the guidelines below to install python-lxml.src on Oracle Linux 8

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

2. Uninstall "python-lxml.src" package

Learn how to uninstall python-lxml.src on Oracle Linux 8:

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

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

Last metadata expiration check: 2:28:57 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : python-lxml
Version : 4.6.5
Release : 1.module+el8.6.0+20625+ee813db2
Architecture : src
Size : 3.1 M
Source : None
Repository : ol8_appstream
Summary : XML processing library combining libxml2/libxslt with the ElementTree API
URL : https://github.com/lxml/lxml
License : BSD
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 ...