How To Install rubygem-gdk3 on Fedora 36

In this tutorial we learn how to install rubygem-gdk3 in Fedora 36. rubygem-gdk3 is Ruby binding of GDK-3.x

Introduction

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

What is rubygem-gdk3

Ruby/GDK3 is a Ruby binding of GDK-3.x.

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

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

sudo dnf -y install rubygem-gdk3

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

sudo yum -y install rubygem-gdk3

How To Uninstall rubygem-gdk3 on Fedora 36

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

sudo dnf remove rubygem-gdk3

rubygem-gdk3 Package Contents on Fedora 36

/usr/share/gems/gems/gdk3-3.5.1
/usr/share/gems/gems/gdk3-3.5.1/COPYING.LIB
/usr/share/gems/gems/gdk3-3.5.1/README.md
/usr/share/gems/gems/gdk3-3.5.1/lib
/usr/share/gems/gems/gdk3-3.5.1/lib/gdk3
/usr/share/gems/gems/gdk3-3.5.1/lib/gdk3.rb
/usr/share/gems/gems/gdk3-3.5.1/lib/gdk3/atom.rb
/usr/share/gems/gems/gdk3-3.5.1/lib/gdk3/cairo.rb
/usr/share/gems/gems/gdk3-3.5.1/lib/gdk3/color.rb
/usr/share/gems/gems/gdk3-3.5.1/lib/gdk3/cursor.rb
/usr/share/gems/gems/gdk3-3.5.1/lib/gdk3/deprecated.rb
/usr/share/gems/gems/gdk3-3.5.1/lib/gdk3/event-readers.rb
/usr/share/gems/gems/gdk3-3.5.1/lib/gdk3/event.rb
/usr/share/gems/gems/gdk3-3.5.1/lib/gdk3/loader.rb
/usr/share/gems/gems/gdk3-3.5.1/lib/gdk3/rectangle.rb
/usr/share/gems/gems/gdk3-3.5.1/lib/gdk3/rgba.rb
/usr/share/gems/gems/gdk3-3.5.1/lib/gdk3/screen.rb
/usr/share/gems/gems/gdk3-3.5.1/lib/gdk3/window-attr.rb
/usr/share/gems/gems/gdk3-3.5.1/lib/gdk3/window.rb
/usr/share/gems/gems/gdk3-3.5.1/lib/gdk3/x11-loader.rb
/usr/share/gems/specifications/gdk3-3.5.1.gemspec

References

Summary

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