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

Last updated: May 18,2024

1. Install "python3-cssselect2" package

Please follow the guidance below to install python3-cssselect2 on Kali Linux

$ sudo apt update $ sudo apt install python3-cssselect2

2. Uninstall "python3-cssselect2" package

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

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

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

Package: python3-cssselect2
Source: python-cssselect2
Version: 0.7.0-1
Installed-Size: 80
Maintainer: Debian Python Team
Architecture: all
Depends: python3-tinycss2, python3-webencodings, python3:any
Suggests: python-cssselect2-doc
Size: 16504
SHA256: 24dfc15e85b7881099187ee744e3d0e577c5acb1211d88ccc65c0e4ae0fc571d
SHA1: 478fc3cb18c77ee675796d5de45a456249d8a18c
MD5sum: 320205cacd818e4cb23abbe415b05da0
Description: implementation of CSS3 Selectors (Python3 version)
cssselect2 is a straightforward implementation of CSS3 Selectors for markup
documents (HTML, XML, etc.) that can be read by ElementTree-like parsers
(including cElementTree, lxml, html5lib, etc.)
.
Unlike cssselect, it does not translate selectors to XPath and therefore does
not have all the correctness corner cases that are hard or impossible to fix in
cssselect.
.
This package contains the Python 3 version of the library.
Description-md5:
Homepage: https://github.com/Kozea/cssselect2/
Section: python
Priority: optional
Filename: pool/main/p/python-cssselect2/python3-cssselect2_0.7.0-1_all.deb