How to Install and Uninstall python3-tinycss2.noarch Package on CentOS 8 / RHEL 8

Last updated: May 06,2024

1. Install "python3-tinycss2.noarch" package

This is a short guide on how to install python3-tinycss2.noarch on CentOS 8 / RHEL 8

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

2. Uninstall "python3-tinycss2.noarch" package

Here is a brief guide to show you how to uninstall python3-tinycss2.noarch on CentOS 8 / RHEL 8:

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

3. Information about the python3-tinycss2.noarch package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 8:07:54 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : python3-tinycss2
Version : 1.0.2
Release : 8.el8
Architecture : noarch
Size : 51 k
Source : python-tinycss2-1.0.2-8.el8.src.rpm
Repository : epel
Summary : Low-level CSS parser for Python 3
URL : https://pypi.python.org/pypi/tinycss2/
License : BSD
Description : tinycss2 is a modern, low-level CSS parser for Python. tinycss2 is a rewrite of
: tinycss with a simpler API, based on the more recent CSS Syntax Level 3
: specification.