How to Install and Uninstall python-cssselect Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 18,2024

1. Install "python-cssselect" package

This is a short guide on how to install python-cssselect on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-cssselect

2. Uninstall "python-cssselect" package

Please follow the steps below to uninstall python-cssselect on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the python-cssselect package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-cssselect
Priority: extra
Section: universe/python
Installed-Size: 149
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Version: 0.9.1+git90c72b0-1
Depends: python
Filename: pool/universe/p/python-cssselect/python-cssselect_0.9.1+git90c72b0-1_all.deb
Size: 24390
MD5sum: 689293c6c203f716c0b154904fec3f12
SHA1: 082f0a8c49d42aefbab83c95f51c39021f04c94a
SHA256: cf8f6fa7055e06f28980e732d4ac685ce424899be364e64dced7b2fdb688833e
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 2.x module.
Description-md5: 670d983e5537f4d4c520060338153c49
Homepage: http://pypi.python.org/pypi/cssselect
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Task: edubuntu-desktop-gnome