How To Install rubygem-ruby-vips on Fedora 36
Introduction
In this tutorial we learn how to install rubygem-ruby-vips
on Fedora 36.
What is rubygem-ruby-vips
ruby-vips is a binding for the vips image processing library. It is fast and it can process large images without loading the whole image in memory.
We can use yum
or dnf
to install rubygem-ruby-vips
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install rubygem-ruby-vips.
Install rubygem-ruby-vips 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-ruby-vips
using dnf
by running the following command:
sudo dnf -y install rubygem-ruby-vips
Install rubygem-ruby-vips 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-ruby-vips
using yum
by running the following command:
sudo yum -y install rubygem-ruby-vips
How To Uninstall rubygem-ruby-vips on Fedora 36
To uninstall only the rubygem-ruby-vips
package we can use the following command:
sudo dnf remove rubygem-ruby-vips
rubygem-ruby-vips Package Contents on Fedora 36
/usr/share/gems/gems/ruby-vips-2.0.17
/usr/share/gems/gems/ruby-vips-2.0.17/LICENSE.txt
/usr/share/gems/gems/ruby-vips-2.0.17/lib
/usr/share/gems/gems/ruby-vips-2.0.17/lib/ruby-vips.rb
/usr/share/gems/gems/ruby-vips-2.0.17/lib/vips
/usr/share/gems/gems/ruby-vips-2.0.17/lib/vips.rb
/usr/share/gems/gems/ruby-vips-2.0.17/lib/vips/access.rb
/usr/share/gems/gems/ruby-vips-2.0.17/lib/vips/align.rb
/usr/share/gems/gems/ruby-vips-2.0.17/lib/vips/angle.rb
/usr/share/gems/gems/ruby-vips-2.0.17/lib/vips/angle45.rb
/usr/share/gems/gems/ruby-vips-2.0.17/lib/vips/bandformat.rb
/usr/share/gems/gems/ruby-vips-2.0.17/lib/vips/blend_mode.rb
/usr/share/gems/gems/ruby-vips-2.0.17/lib/vips/coding.rb
/usr/share/gems/gems/ruby-vips-2.0.17/lib/vips/compass_direction.rb
/usr/share/gems/gems/ruby-vips-2.0.17/lib/vips/connection.rb
/usr/share/gems/gems/ruby-vips-2.0.17/lib/vips/direction.rb
/usr/share/gems/gems/ruby-vips-2.0.17/lib/vips/extend.rb
/usr/share/gems/gems/ruby-vips-2.0.17/lib/vips/gobject.rb
/usr/share/gems/gems/ruby-vips-2.0.17/lib/vips/gvalue.rb
/usr/share/gems/gems/ruby-vips-2.0.17/lib/vips/image.rb
/usr/share/gems/gems/ruby-vips-2.0.17/lib/vips/interesting.rb
/usr/share/gems/gems/ruby-vips-2.0.17/lib/vips/interpolate.rb
/usr/share/gems/gems/ruby-vips-2.0.17/lib/vips/interpretation.rb
/usr/share/gems/gems/ruby-vips-2.0.17/lib/vips/kernel.rb
/usr/share/gems/gems/ruby-vips-2.0.17/lib/vips/methods.rb
/usr/share/gems/gems/ruby-vips-2.0.17/lib/vips/object.rb
/usr/share/gems/gems/ruby-vips-2.0.17/lib/vips/operation.rb
/usr/share/gems/gems/ruby-vips-2.0.17/lib/vips/operationboolean.rb
/usr/share/gems/gems/ruby-vips-2.0.17/lib/vips/operationcomplex.rb
/usr/share/gems/gems/ruby-vips-2.0.17/lib/vips/operationcomplex2.rb
/usr/share/gems/gems/ruby-vips-2.0.17/lib/vips/operationcomplexget.rb
/usr/share/gems/gems/ruby-vips-2.0.17/lib/vips/operationmath.rb
/usr/share/gems/gems/ruby-vips-2.0.17/lib/vips/operationmath2.rb
/usr/share/gems/gems/ruby-vips-2.0.17/lib/vips/operationrelational.rb
/usr/share/gems/gems/ruby-vips-2.0.17/lib/vips/operationround.rb
/usr/share/gems/gems/ruby-vips-2.0.17/lib/vips/region.rb
/usr/share/gems/gems/ruby-vips-2.0.17/lib/vips/size.rb
/usr/share/gems/gems/ruby-vips-2.0.17/lib/vips/source.rb
/usr/share/gems/gems/ruby-vips-2.0.17/lib/vips/sourcecustom.rb
/usr/share/gems/gems/ruby-vips-2.0.17/lib/vips/target.rb
/usr/share/gems/gems/ruby-vips-2.0.17/lib/vips/targetcustom.rb
/usr/share/gems/gems/ruby-vips-2.0.17/lib/vips/version.rb
/usr/share/gems/specifications/ruby-vips-2.0.17.gemspec
References
Summary
In this tutorial we learn how to install rubygem-ruby-vips
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).