How To Install skf-ruby on Fedora 36

In this tutorial we learn how to install skf-ruby in Fedora 36. skf-ruby is Ruby extension module for skf

Introduction

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

What is skf-ruby

This package contains Ruby extension module for skf.

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

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

sudo dnf -y install skf-ruby

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

sudo yum -y install skf-ruby

How To Uninstall skf-ruby on Fedora 36

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

sudo dnf remove skf-ruby

skf-ruby Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/80
/usr/lib/.build-id/80/bc166d0dbc94a32f7446c5c1f8042a185b7311
/usr/lib64/ruby/vendor_ruby/skf.so

References

Summary

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