How To Install rubygem-glu on Fedora 36

In this tutorial we learn how to install rubygem-glu in Fedora 36. rubygem-glu is Glu bindings for the opengl gem

Introduction

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

What is rubygem-glu

Glu bindings for the opengl gem.

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

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

sudo dnf -y install rubygem-glu

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

sudo yum -y install rubygem-glu

How To Uninstall rubygem-glu on Fedora 36

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

sudo dnf remove rubygem-glu

rubygem-glu Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/87
/usr/lib/.build-id/87/2ddb4a7e07f6ac80a7c4fd25412564918797bf
/usr/lib64/gems/ruby/glu-8.3.0
/usr/lib64/gems/ruby/glu-8.3.0/gem.build_complete
/usr/lib64/gems/ruby/glu-8.3.0/glu
/usr/lib64/gems/ruby/glu-8.3.0/glu/glu.so
/usr/share/gems/gems/glu-8.3.0
/usr/share/gems/gems/glu-8.3.0/History.rdoc
/usr/share/gems/gems/glu-8.3.0/MIT-LICENSE
/usr/share/gems/gems/glu-8.3.0/Manifest.txt
/usr/share/gems/gems/glu-8.3.0/README.rdoc
/usr/share/gems/gems/glu-8.3.0/lib
/usr/share/gems/gems/glu-8.3.0/lib/glu
/usr/share/gems/gems/glu-8.3.0/lib/glu.rb
/usr/share/gems/gems/glu-8.3.0/lib/glu/dummy.rb
/usr/share/gems/specifications/glu-8.3.0.gemspec

References

Summary

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