How To Install rubygem-atk on Fedora 36

In this tutorial we learn how to install rubygem-atk in Fedora 36. rubygem-atk is Ruby binding of ATK-1.0.x

Introduction

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

What is rubygem-atk

Ruby/ATK is a Ruby binding of ATK-1.0.x or later.

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

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

sudo dnf -y install rubygem-atk

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

sudo yum -y install rubygem-atk

How To Uninstall rubygem-atk on Fedora 36

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

sudo dnf remove rubygem-atk

rubygem-atk Package Contents on Fedora 36

/usr/share/gems/gems/atk-3.5.1
/usr/share/gems/gems/atk-3.5.1/COPYING.LIB
/usr/share/gems/gems/atk-3.5.1/README.md
/usr/share/gems/gems/atk-3.5.1/lib
/usr/share/gems/gems/atk-3.5.1/lib/atk.rb
/usr/share/gems/specifications/atk-3.5.1.gemspec

References

Summary

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