How To Install ruby-bonoboui2 on Fedora 36

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

Introduction

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

What is ruby-bonoboui2

Ruby/BonoboUI2 is a Ruby binding of libbonoboui-2.x.

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

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

sudo dnf -y install ruby-bonoboui2

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

sudo yum -y install ruby-bonoboui2

How To Uninstall ruby-bonoboui2 on Fedora 36

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

sudo dnf remove ruby-bonoboui2

ruby-bonoboui2 Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/0b
/usr/lib/.build-id/0b/c4551552f242bf095388c31a28a531a25b2879
/usr/lib64/ruby/vendor_ruby/bonoboui2.so
/usr/share/doc/ruby-bonoboui2
/usr/share/doc/ruby-bonoboui2/COPYING.LIB
/usr/share/doc/ruby-bonoboui2/ChangeLog
/usr/share/doc/ruby-bonoboui2/README
/usr/share/ruby/vendor_ruby/bonoboui2.rb

References

Summary

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