How To Install cairo-dock-ruby on Fedora 36

In this tutorial we learn how to install cairo-dock-ruby in Fedora 36. cairo-dock-ruby is Ruby binding for Cairo-Dock

Introduction

In this tutorial we learn how to install cairo-dock-ruby on Fedora 36.

What is cairo-dock-ruby

This package contains Ruby binding files for Cairo-Dock

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

Install cairo-dock-ruby 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 cairo-dock-ruby using dnf by running the following command:

sudo dnf -y install cairo-dock-ruby

Install cairo-dock-ruby 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 cairo-dock-ruby using yum by running the following command:

sudo yum -y install cairo-dock-ruby

How To Uninstall cairo-dock-ruby on Fedora 36

To uninstall only the cairo-dock-ruby package we can use the following command:

sudo dnf remove cairo-dock-ruby

cairo-dock-ruby Package Contents on Fedora 36

/usr/share/ruby/vendor_ruby/CDApplet.rb

References

Summary

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