How To Install ruby-bonobo2 on Fedora 36
Introduction
In this tutorial we learn how to install ruby-bonobo2
on Fedora 36.
What is ruby-bonobo2
Ruby/Bonobo2 is a Ruby binding of libbonobo-2.x.
We can use yum
or dnf
to install ruby-bonobo2
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ruby-bonobo2.
Install ruby-bonobo2 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-bonobo2
using dnf
by running the following command:
sudo dnf -y install ruby-bonobo2
Install ruby-bonobo2 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-bonobo2
using yum
by running the following command:
sudo yum -y install ruby-bonobo2
How To Uninstall ruby-bonobo2 on Fedora 36
To uninstall only the ruby-bonobo2
package we can use the following command:
sudo dnf remove ruby-bonobo2
ruby-bonobo2 Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/2c
/usr/lib/.build-id/2c/ed9cce9af720764f7c2ed7390a21df3419323d
/usr/lib64/ruby/vendor_ruby/bonobo2.so
/usr/share/doc/ruby-bonobo2
/usr/share/doc/ruby-bonobo2/COPYING.LIB
/usr/share/doc/ruby-bonobo2/ChangeLog
/usr/share/doc/ruby-bonobo2/README
/usr/share/ruby/vendor_ruby/bonobo2.rb
References
Summary
In this tutorial we learn how to install ruby-bonobo2
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).