How to Install and Uninstall python3-cssselect2.noarch Package on AlmaLinux 8

Last updated: November 01,2024

1. Install "python3-cssselect2.noarch" package

This is a short guide on how to install python3-cssselect2.noarch on AlmaLinux 8

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

2. Uninstall "python3-cssselect2.noarch" package

Please follow the step by step instructions below to uninstall python3-cssselect2.noarch on AlmaLinux 8:

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

3. Information about the python3-cssselect2.noarch package on AlmaLinux 8

Last metadata expiration check: 2:02:30 ago on Mon Sep 5 03:22:42 2022.
Available Packages
Name : python3-cssselect2
Version : 0.3.0
Release : 6.el8
Architecture : noarch
Size : 34 k
Source : python-cssselect2-0.3.0-6.el8.src.rpm
Repository : epel
Summary : CSS selectors for Python ElementTree
URL : https://cssselect2.readthedocs.io/
License : BSD
Description : 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.