How to Install and Uninstall python3-cssselect Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 19,2024

1. Install "python3-cssselect" package

Please follow the guidance below to install python3-cssselect on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install python3-cssselect

2. Uninstall "python3-cssselect" package

Please follow the guidelines below to uninstall python3-cssselect on Ubuntu 21.10 (Impish Indri):

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

3. Information about the python3-cssselect package on Ubuntu 21.10 (Impish Indri)

Package: python3-cssselect
Architecture: all
Version: 1.1.0+ds-1
Priority: extra
Section: universe/python
Source: python-cssselect
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 79
Depends: python3
Filename: pool/universe/p/python-cssselect/python3-cssselect_1.1.0+ds-1_all.deb
Size: 16636
MD5sum: 13efe7e8fb292b0e822363a791898f8c
SHA1: 5fec32391650af97d6892ae0d091cd93d26e7fe6
SHA256: e23c92a6d7c20b756ffe257aa145a8e9ef1dd3c64bfd72f3d3073beb764e2712
SHA512: 683a8d57d28609c05353c0f13521862fefac932f546469764c39b2e01bc2eb0f734cbc5b7a52340f4203f6402d7a23130bd30a1dc255f9d665facac80d453065
Homepage: https://github.com/scrapy/cssselect/
Description-en: 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: 93179ab0777db9e44357a325443f9cbf
Task: ubuntustudio-publishing