How To Install rubygem-gdk_pixbuf2 on Fedora 36
Introduction
In this tutorial we learn how to install rubygem-gdk_pixbuf2
on Fedora 36.
What is rubygem-gdk_pixbuf2
Ruby/GdkPixbuf2 is a Ruby binding of GdkPixbuf-2.x.
We can use yum
or dnf
to install rubygem-gdk_pixbuf2
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install rubygem-gdk_pixbuf2.
Install rubygem-gdk_pixbuf2 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-gdk_pixbuf2
using dnf
by running the following command:
sudo dnf -y install rubygem-gdk_pixbuf2
Install rubygem-gdk_pixbuf2 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-gdk_pixbuf2
using yum
by running the following command:
sudo yum -y install rubygem-gdk_pixbuf2
How To Uninstall rubygem-gdk_pixbuf2 on Fedora 36
To uninstall only the rubygem-gdk_pixbuf2
package we can use the following command:
sudo dnf remove rubygem-gdk_pixbuf2
rubygem-gdk_pixbuf2 Package Contents on Fedora 36
/usr/share/gems/gems/gdk_pixbuf2-3.5.1
/usr/share/gems/gems/gdk_pixbuf2-3.5.1/COPYING.LIB
/usr/share/gems/gems/gdk_pixbuf2-3.5.1/README.md
/usr/share/gems/gems/gdk_pixbuf2-3.5.1/lib
/usr/share/gems/gems/gdk_pixbuf2-3.5.1/lib/gdk_pixbuf2
/usr/share/gems/gems/gdk_pixbuf2-3.5.1/lib/gdk_pixbuf2.rb
/usr/share/gems/gems/gdk_pixbuf2-3.5.1/lib/gdk_pixbuf2/deprecated.rb
/usr/share/gems/gems/gdk_pixbuf2-3.5.1/lib/gdk_pixbuf2/loader.rb
/usr/share/gems/gems/gdk_pixbuf2-3.5.1/lib/gdk_pixbuf2/pixbuf-loader.rb
/usr/share/gems/gems/gdk_pixbuf2-3.5.1/lib/gdk_pixbuf2/pixbuf.rb
/usr/share/gems/gems/gdk_pixbuf2-3.5.1/lib/gdk_pixbuf2/version.rb
/usr/share/gems/specifications/gdk_pixbuf2-3.5.1.gemspec
References
Summary
In this tutorial we learn how to install rubygem-gdk_pixbuf2
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).