How to Install and Uninstall python3-cssselect.noarch Package on Fedora 34

Last updated: January 14,2025

1. Install "python3-cssselect.noarch" package

This guide let you learn how to install python3-cssselect.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install python3-cssselect.noarch

2. Uninstall "python3-cssselect.noarch" package

This guide covers the steps necessary to uninstall python3-cssselect.noarch on Fedora 34:

$ sudo dnf remove python3-cssselect.noarch $ sudo dnf autoremove

3. Information about the python3-cssselect.noarch package on Fedora 34

Last metadata expiration check: 1:22:45 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-cssselect
Version : 0.9.2
Release : 17.fc34
Architecture : noarch
Size : 38 k
Source : python-cssselect-0.9.2-17.fc34.src.rpm
Repository : fedora
Summary : Parses CSS3 Selectors and translates them to XPath 1.0
URL : https://github.com/scrapy/cssselect
License : BSD
Description : Cssselect parses CSS3 Selectors and translates 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.
:
: Python 3 version.