How To Install rubygem-clutter on Fedora 36

In this tutorial we learn how to install rubygem-clutter in Fedora 36. rubygem-clutter is Ruby binding of Clutter

Introduction

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

What is rubygem-clutter

Ruby/Clutter is a Ruby binding of Clutter.

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

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

sudo dnf -y install rubygem-clutter

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

sudo yum -y install rubygem-clutter

How To Uninstall rubygem-clutter on Fedora 36

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

sudo dnf remove rubygem-clutter

rubygem-clutter Package Contents on Fedora 36

/usr/share/gems/gems/clutter-3.5.1
/usr/share/gems/gems/clutter-3.5.1/COPYING.LIB
/usr/share/gems/gems/clutter-3.5.1/README.md
/usr/share/gems/gems/clutter-3.5.1/lib
/usr/share/gems/gems/clutter-3.5.1/lib/clutter
/usr/share/gems/gems/clutter-3.5.1/lib/clutter.rb
/usr/share/gems/gems/clutter-3.5.1/lib/clutter/actor-iter.rb
/usr/share/gems/gems/clutter-3.5.1/lib/clutter/actor.rb
/usr/share/gems/gems/clutter-3.5.1/lib/clutter/animatable.rb
/usr/share/gems/gems/clutter-3.5.1/lib/clutter/brightness-contrast-effect.rb
/usr/share/gems/gems/clutter-3.5.1/lib/clutter/cairo.rb
/usr/share/gems/gems/clutter-3.5.1/lib/clutter/clutter.rb
/usr/share/gems/gems/clutter-3.5.1/lib/clutter/color.rb
/usr/share/gems/gems/clutter-3.5.1/lib/clutter/event.rb
/usr/share/gems/gems/clutter-3.5.1/lib/clutter/point.rb
/usr/share/gems/gems/clutter-3.5.1/lib/clutter/text-buffer.rb
/usr/share/gems/gems/clutter-3.5.1/lib/clutter/text.rb
/usr/share/gems/gems/clutter-3.5.1/lib/clutter/threads.rb
/usr/share/gems/gems/clutter-3.5.1/lib/clutter/version.rb
/usr/share/gems/specifications/clutter-3.5.1.gemspec

References

Summary

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