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

Last updated: May 13,2024

1. Install "python3-cssselect" package

Please follow the guidelines below to install python3-cssselect on Kali Linux

$ sudo apt update $ sudo apt install python3-cssselect

2. Uninstall "python3-cssselect" package

This is a short guide on how to uninstall python3-cssselect on Kali Linux:

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

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

Package: python3-cssselect
Source: python-cssselect
Version: 1.2.0-2
Installed-Size: 97
Maintainer: Debian Python Team
Architecture: all
Depends: python3
Size: 21588
SHA256: 685c9cc5ce18654a63bf016533b9d5ad1873c8b0e92c8373dd626a0869e72c26
SHA1: 964ce751a50cdbb5053d1eaa2b863b5440e02b2f
MD5sum: bfb5b412b919f1a550223177eb7c58ef
Description: cssselect parses CSS3 Selectors and translates them to XPath 1.0
cssselect parses CSS3 Selectors and translate them to XPath 1.0 expressions.
Such expressions can be used in lxml or another XPath engine to find the
matching elements in an XML or HTML document.
.
This module used to live inside of lxml as lxml.cssselect before it was
extracted as a stand-alone project.
.
This package provides the Python 3.x module.
Description-md5:
Homepage: https://github.com/scrapy/cssselect/
Section: python
Priority: optional
Filename: pool/main/p/python-cssselect/python3-cssselect_1.2.0-2_all.deb