How To Install rubygem-glut on Fedora 36

In this tutorial we learn how to install rubygem-glut in Fedora 36. rubygem-glut is Glut bindings for the OpenGL gem

Introduction

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

What is rubygem-glut

Glut bindings for the opengl gem.

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

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

sudo dnf -y install rubygem-glut

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

sudo yum -y install rubygem-glut

How To Uninstall rubygem-glut on Fedora 36

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

sudo dnf remove rubygem-glut

rubygem-glut Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/b6
/usr/lib/.build-id/b6/e4bce1427173deded8334b2b71a0e7c4faf1b1
/usr/lib64/gems/ruby/glut-8.3.0
/usr/lib64/gems/ruby/glut-8.3.0/gem.build_complete
/usr/lib64/gems/ruby/glut-8.3.0/glut
/usr/lib64/gems/ruby/glut-8.3.0/glut/glut.so
/usr/share/gems/gems/glut-8.3.0
/usr/share/gems/gems/glut-8.3.0/History.rdoc
/usr/share/gems/gems/glut-8.3.0/MIT-LICENSE
/usr/share/gems/gems/glut-8.3.0/Manifest.txt
/usr/share/gems/gems/glut-8.3.0/README.rdoc
/usr/share/gems/gems/glut-8.3.0/lib
/usr/share/gems/gems/glut-8.3.0/lib/glut
/usr/share/gems/gems/glut-8.3.0/lib/glut.rb
/usr/share/gems/gems/glut-8.3.0/lib/glut/dummy.rb
/usr/share/gems/specifications/glut-8.3.0.gemspec

References

Summary

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