How to Install and Uninstall rubygem-color.noarch Package on Fedora 34

Last updated: November 13,2024

1. Install "rubygem-color.noarch" package

Here is a brief guide to show you how to install rubygem-color.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install rubygem-color.noarch

2. Uninstall "rubygem-color.noarch" package

Please follow the steps below to uninstall rubygem-color.noarch on Fedora 34:

$ sudo dnf remove rubygem-color.noarch $ sudo dnf autoremove

3. Information about the rubygem-color.noarch package on Fedora 34

Last metadata expiration check: 2:29:06 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : rubygem-color
Version : 1.8
Release : 9.fc34
Architecture : noarch
Size : 30 k
Source : rubygem-color-1.8-9.fc34.src.rpm
Repository : fedora
Summary : Color management with Ruby
URL : https://github.com/halostatue/color
License : MIT
Description : Color is a Ruby library to provide basic RGB, CMYK, HSL, and other colourspace
: manipulation support to applications that require it. It also provides 152
: named RGB colours (184 with spelling variations) that are commonly supported
: in HTML, SVG, and X11 applications. A technique for generating monochromatic
: contrasting palettes is also included.
:
: The Color library performs purely mathematical manipulation of the colours
: based on colour theory without reference to colour profiles (such as sRGB or
: Adobe RGB). For most purposes, when working with RGB and HSL colour spaces,
: this won't matter. Absolute colour spaces (like CIE L*a*b* and XYZ) and cannot
: be reliably converted to relative colour spaces (like RGB) without colour
: profiles.