How To Install ruby-libglade2 on Fedora 36

In this tutorial we learn how to install ruby-libglade2 in Fedora 36. ruby-libglade2 is Ruby bindings of Libglade2

Introduction

In this tutorial we learn how to install ruby-libglade2 on Fedora 36.

What is ruby-libglade2

Ruby/Libglade2 is a Ruby bindings of Libglade2. This provides a very simple interface to the libglade library, to load interfaces dynamically from a glade file.

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

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

sudo dnf -y install ruby-libglade2

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

sudo yum -y install ruby-libglade2

How To Uninstall ruby-libglade2 on Fedora 36

To uninstall only the ruby-libglade2 package we can use the following command:

sudo dnf remove ruby-libglade2

ruby-libglade2 Package Contents on Fedora 36

/usr/bin/ruby-glade-create-template
/usr/lib/.build-id
/usr/lib/.build-id/3e
/usr/lib/.build-id/3e/98c2a13acb73af93867f292eb455608c06e656
/usr/lib64/ruby/vendor_ruby/libglade2.so
/usr/share/doc/ruby-libglade2
/usr/share/doc/ruby-libglade2/COPYING.LIB
/usr/share/doc/ruby-libglade2/ChangeLog
/usr/share/doc/ruby-libglade2/README
/usr/share/doc/ruby-libglade2/sample
/usr/share/doc/ruby-libglade2/sample/README
/usr/share/doc/ruby-libglade2/sample/buffer.rb
/usr/share/doc/ruby-libglade2/sample/custom.glade
/usr/share/doc/ruby-libglade2/sample/custom.rb
/usr/share/doc/ruby-libglade2/sample/l10n.glade
/usr/share/doc/ruby-libglade2/sample/l10n_gui.rb
/usr/share/doc/ruby-libglade2/sample/l10n_main.rb
/usr/share/doc/ruby-libglade2/sample/makemo.rb
/usr/share/doc/ruby-libglade2/sample/po
/usr/share/doc/ruby-libglade2/sample/po/ja
/usr/share/doc/ruby-libglade2/sample/po/ja/l10n.po
/usr/share/doc/ruby-libglade2/sample/po/l10n.pot
/usr/share/doc/ruby-libglade2/sample/test.glade
/usr/share/doc/ruby-libglade2/sample/test.rb
/usr/share/doc/ruby-libglade2/sample/treeview.glade
/usr/share/doc/ruby-libglade2/sample/treeview.rb
/usr/share/ruby/vendor_ruby/libglade2.rb

References

Summary

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