How To Install rubygem-bindex on Fedora 36

In this tutorial we learn how to install rubygem-bindex in Fedora 36. rubygem-bindex is Bindings for your Ruby exceptions

Introduction

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

What is rubygem-bindex

Bindings for your Ruby exceptions.

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

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

sudo dnf -y install rubygem-bindex

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

sudo yum -y install rubygem-bindex

How To Uninstall rubygem-bindex on Fedora 36

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

sudo dnf remove rubygem-bindex

rubygem-bindex Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/01
/usr/lib/.build-id/01/c83bec93a2b9da1273b319bc5f9abecc59d358
/usr/lib64/gems/ruby/bindex-0.8.1
/usr/lib64/gems/ruby/bindex-0.8.1/gem.build_complete
/usr/lib64/gems/ruby/bindex-0.8.1/skiptrace
/usr/lib64/gems/ruby/bindex-0.8.1/skiptrace/internal
/usr/lib64/gems/ruby/bindex-0.8.1/skiptrace/internal/cruby.so
/usr/share/gems/gems/bindex-0.8.1
/usr/share/gems/gems/bindex-0.8.1/LICENSE.txt
/usr/share/gems/gems/bindex-0.8.1/lib
/usr/share/gems/gems/bindex-0.8.1/lib/bindex.rb
/usr/share/gems/gems/bindex-0.8.1/lib/skiptrace
/usr/share/gems/gems/bindex-0.8.1/lib/skiptrace.rb
/usr/share/gems/gems/bindex-0.8.1/lib/skiptrace/binding_ext.rb
/usr/share/gems/gems/bindex-0.8.1/lib/skiptrace/binding_locations.rb
/usr/share/gems/gems/bindex-0.8.1/lib/skiptrace/exception_ext.rb
/usr/share/gems/gems/bindex-0.8.1/lib/skiptrace/internal
/usr/share/gems/gems/bindex-0.8.1/lib/skiptrace/internal/jruby.rb
/usr/share/gems/gems/bindex-0.8.1/lib/skiptrace/internal/rubinius.rb
/usr/share/gems/gems/bindex-0.8.1/lib/skiptrace/location.rb
/usr/share/gems/gems/bindex-0.8.1/lib/skiptrace/version.rb
/usr/share/gems/specifications/bindex-0.8.1.gemspec

References

Summary

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