How To Install rubygem-red-colors on Fedora 36

In this tutorial we learn how to install rubygem-red-colors in Fedora 36. rubygem-red-colors is Red Colors provides a wide array of features for dealing with colors

Introduction

In this tutorial we learn how to install rubygem-red-colors on Fedora 36.

What is rubygem-red-colors

Red Colors provides a wide array of features for dealing with colors. This includes conversion between colorspaces, desaturation, and parsing colors.

We can use yum or dnf to install rubygem-red-colors on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install rubygem-red-colors.

Install rubygem-red-colors on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install rubygem-red-colors using dnf by running the following command:

sudo dnf -y install rubygem-red-colors

Install rubygem-red-colors on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install rubygem-red-colors using yum by running the following command:

sudo yum -y install rubygem-red-colors

How To Uninstall rubygem-red-colors on Fedora 36

To uninstall only the rubygem-red-colors package we can use the following command:

sudo dnf remove rubygem-red-colors

rubygem-red-colors Package Contents on Fedora 36

/usr/share/gems/gems/red-colors-0.3.0
/usr/share/gems/gems/red-colors-0.3.0/LICENSE.txt
/usr/share/gems/gems/red-colors-0.3.0/README.md
/usr/share/gems/gems/red-colors-0.3.0/data
/usr/share/gems/gems/red-colors-0.3.0/data/colormaps
/usr/share/gems/gems/red-colors-0.3.0/data/colormaps/cividis.json
/usr/share/gems/gems/red-colors-0.3.0/data/colormaps/coolwarm.json
/usr/share/gems/gems/red-colors-0.3.0/data/colormaps/crest.json
/usr/share/gems/gems/red-colors-0.3.0/data/colormaps/flare.json
/usr/share/gems/gems/red-colors-0.3.0/data/colormaps/gist_earth.json
/usr/share/gems/gems/red-colors-0.3.0/data/colormaps/gist_ncar.json
/usr/share/gems/gems/red-colors-0.3.0/data/colormaps/icefire.json
/usr/share/gems/gems/red-colors-0.3.0/data/colormaps/inferno.json
/usr/share/gems/gems/red-colors-0.3.0/data/colormaps/magma.json
/usr/share/gems/gems/red-colors-0.3.0/data/colormaps/mako.json
/usr/share/gems/gems/red-colors-0.3.0/data/colormaps/nipy_spectral.json
/usr/share/gems/gems/red-colors-0.3.0/data/colormaps/pink.json
/usr/share/gems/gems/red-colors-0.3.0/data/colormaps/plasma.json
/usr/share/gems/gems/red-colors-0.3.0/data/colormaps/rocket.json
/usr/share/gems/gems/red-colors-0.3.0/data/colormaps/turbo.json
/usr/share/gems/gems/red-colors-0.3.0/data/colormaps/twilight.json
/usr/share/gems/gems/red-colors-0.3.0/data/colormaps/viridis.json
/usr/share/gems/gems/red-colors-0.3.0/data/colormaps/vlag.json
/usr/share/gems/gems/red-colors-0.3.0/lib
/usr/share/gems/gems/red-colors-0.3.0/lib/colors
/usr/share/gems/gems/red-colors-0.3.0/lib/colors.rb
/usr/share/gems/gems/red-colors-0.3.0/lib/colors/abstract_color.rb
/usr/share/gems/gems/red-colors-0.3.0/lib/colors/alpha_component.rb
/usr/share/gems/gems/red-colors-0.3.0/lib/colors/color_data.rb
/usr/share/gems/gems/red-colors-0.3.0/lib/colors/colormap.rb
/usr/share/gems/gems/red-colors-0.3.0/lib/colors/colormap_data
/usr/share/gems/gems/red-colors-0.3.0/lib/colors/colormap_data.rb
/usr/share/gems/gems/red-colors-0.3.0/lib/colors/colormap_data/matplotlib_builtin.rb
/usr/share/gems/gems/red-colors-0.3.0/lib/colors/colormap_data/seaborn_builtin.rb
/usr/share/gems/gems/red-colors-0.3.0/lib/colors/colormap_registry.rb
/usr/share/gems/gems/red-colors-0.3.0/lib/colors/convert.rb
/usr/share/gems/gems/red-colors-0.3.0/lib/colors/helper.rb
/usr/share/gems/gems/red-colors-0.3.0/lib/colors/hsl.rb
/usr/share/gems/gems/red-colors-0.3.0/lib/colors/hsla.rb
/usr/share/gems/gems/red-colors-0.3.0/lib/colors/husl.rb
/usr/share/gems/gems/red-colors-0.3.0/lib/colors/linear_segmented_colormap.rb
/usr/share/gems/gems/red-colors-0.3.0/lib/colors/listed_colormap.rb
/usr/share/gems/gems/red-colors-0.3.0/lib/colors/named_colors.rb
/usr/share/gems/gems/red-colors-0.3.0/lib/colors/rgb.rb
/usr/share/gems/gems/red-colors-0.3.0/lib/colors/rgba.rb
/usr/share/gems/gems/red-colors-0.3.0/lib/colors/utils.rb
/usr/share/gems/gems/red-colors-0.3.0/lib/colors/version.rb
/usr/share/gems/gems/red-colors-0.3.0/lib/colors/xterm256.rb
/usr/share/gems/gems/red-colors-0.3.0/lib/colors/xyy.rb
/usr/share/gems/gems/red-colors-0.3.0/lib/colors/xyz.rb
/usr/share/gems/specifications/red-colors-0.3.0.gemspec

References

Summary

In this tutorial we learn how to install rubygem-red-colors on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).