How To Install ruby-gconf2 on Fedora 36

In this tutorial we learn how to install ruby-gconf2 in Fedora 36. ruby-gconf2 is Ruby binding of GConf-2.x

Introduction

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

What is ruby-gconf2

Ruby/GConf2 is a Ruby binding of GConf-2.x.

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

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

sudo dnf -y install ruby-gconf2

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

sudo yum -y install ruby-gconf2

How To Uninstall ruby-gconf2 on Fedora 36

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

sudo dnf remove ruby-gconf2

ruby-gconf2 Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/38
/usr/lib/.build-id/38/12821826956ace2f0d054ada0f134486e4172b
/usr/lib64/ruby/vendor_ruby/gconf2.so
/usr/share/doc/ruby-gconf2
/usr/share/doc/ruby-gconf2/COPYING.LIB
/usr/share/doc/ruby-gconf2/ChangeLog
/usr/share/doc/ruby-gconf2/README
/usr/share/doc/ruby-gconf2/sample
/usr/share/doc/ruby-gconf2/sample/basic-gconf-app.rb
/usr/share/doc/ruby-gconf2/sample/simple-controller.rb
/usr/share/doc/ruby-gconf2/sample/simple-view.rb
/usr/share/ruby/vendor_ruby/gconf2.rb

References

Summary

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