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

Last updated: July 06,2024

1. Install "rubygem-color.noarch" package

This tutorial shows how to install rubygem-color.noarch on Fedora 36

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

2. Uninstall "rubygem-color.noarch" package

Here is a brief guide to show you how to uninstall rubygem-color.noarch on Fedora 36:

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

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

Last metadata expiration check: 4:14:17 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : rubygem-color
Version : 1.8
Release : 11.fc36
Architecture : noarch
Size : 30 k
Source : rubygem-color-1.8-11.fc36.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.