How to Install and Uninstall python3-lxml Package on Kali Linux

Last updated: May 05,2024

1. Install "python3-lxml" package

This tutorial shows how to install python3-lxml on Kali Linux

$ sudo apt update $ sudo apt install python3-lxml

2. Uninstall "python3-lxml" package

Please follow the guidelines below to uninstall python3-lxml on Kali Linux:

$ sudo apt remove python3-lxml $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-lxml package on Kali Linux

Package: python3-lxml
Source: lxml
Version: 5.1.0-1
Installed-Size: 8364
Maintainer: Matthias Klose
Architecture: amd64
Depends: python3 (<< 3.13), python3 (>= 3.11~), python3:any, libc6 (>= 2.14), libxml2 (>= 2.9.0), libxslt1.1 (>= 1.1.26)
Recommends: python3-bs4, python3-cssselect, python3-html5lib
Suggests: python-lxml-doc
Size: 2091624
SHA256: d0f61c3af05c333517683733c235b1e73f92d33cf73efcc84b20cc454dc25e4c
SHA1: da2658a6d300b9337dc12d7d34601e713ff4d5f3
MD5sum: 6a35c53a81d320172a80b214641dec22
Description: pythonic binding for the libxml2 and libxslt libraries
lxml is a new Python binding for libxml2 and libxslt, completely
independent from existing Python bindings. Its aim:
.
* Pythonic API.
* Documented.
* Use Python unicode strings in API.
* Safe (no segfaults).
* No manual memory management!
.
lxml aims to provide a Pythonic API by following as much as possible
the ElementTree API, trying to avoid inventing too many new APIs,
or the user's having to learn new things -- XML is complicated enough.
Description-md5:
Multi-Arch: same
Homepage: http://lxml.de/
Section: python
Priority: optional
Filename: pool/main/l/lxml/python3-lxml_5.1.0-1_amd64.deb