How To Install rubygem-image_processing on Fedora 36

In this tutorial we learn how to install rubygem-image_processing in Fedora 36. rubygem-image_processing is High-level wrapper for processing images for the web with ImageMagick or libvips

Introduction

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

What is rubygem-image_processing

High-level wrapper for processing images for the web with ImageMagick or libvips.

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

Install rubygem-image_processing 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-image_processing using dnf by running the following command:

sudo dnf -y install rubygem-image_processing

Install rubygem-image_processing 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-image_processing using yum by running the following command:

sudo yum -y install rubygem-image_processing

How To Uninstall rubygem-image_processing on Fedora 36

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

sudo dnf remove rubygem-image_processing

rubygem-image_processing Package Contents on Fedora 36

/usr/share/gems/gems/image_processing-1.11.0
/usr/share/gems/gems/image_processing-1.11.0/LICENSE.txt
/usr/share/gems/gems/image_processing-1.11.0/lib
/usr/share/gems/gems/image_processing-1.11.0/lib/image_processing
/usr/share/gems/gems/image_processing-1.11.0/lib/image_processing.rb
/usr/share/gems/gems/image_processing-1.11.0/lib/image_processing/builder.rb
/usr/share/gems/gems/image_processing-1.11.0/lib/image_processing/chainable.rb
/usr/share/gems/gems/image_processing-1.11.0/lib/image_processing/mini_magick.rb
/usr/share/gems/gems/image_processing-1.11.0/lib/image_processing/pipeline.rb
/usr/share/gems/gems/image_processing-1.11.0/lib/image_processing/processor.rb
/usr/share/gems/gems/image_processing-1.11.0/lib/image_processing/version.rb
/usr/share/gems/gems/image_processing-1.11.0/lib/image_processing/vips.rb
/usr/share/gems/specifications/image_processing-1.11.0.gemspec

References

Summary

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