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

Last updated: October 04,2024

1. Install "python3-webcolors.noarch" package

This guide covers the steps necessary to install python3-webcolors.noarch on Fedora 34

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

2. Uninstall "python3-webcolors.noarch" package

Please follow the instructions below to uninstall python3-webcolors.noarch on Fedora 34:

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

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

Last metadata expiration check: 3:14:41 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-webcolors
Version : 1.11.1
Release : 4.fc34
Architecture : noarch
Size : 26 k
Source : python-webcolors-1.11.1-4.fc34.src.rpm
Repository : fedora
Summary : A library for working with HTML and CSS color names and value formats
URL : https://github.com/ubernostrum/webcolors
License : BSD
Description : A library for working with color names and color value formats defined by the
: HTML and CSS specifications for use in documents on the Web.
:
: Support is included for the following formats (RGB colorspace only; conversion
: to/from HSL can be handled by the colorsys module in the Python standard
: library):
: * Specification-defined color names
: * Six-digit hexadecimal
: * Three-digit hexadecimal
: * Integer rgb() triplet
: * Percentage rgb() triplet