How To Install skf-perl on Fedora 36

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

Introduction

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

What is skf-perl

This package contains Perl extension module for skf.

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

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

sudo dnf -y install skf-perl

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

sudo yum -y install skf-perl

How To Uninstall skf-perl on Fedora 36

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

sudo dnf remove skf-perl

skf-perl Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/f8
/usr/lib/.build-id/f8/f033d279c9983a5f8dd0f1ef18b1597cb9c2ff
/usr/lib64/perl5/vendor_perl/auto/skf
/usr/lib64/perl5/vendor_perl/auto/skf/skf.so
/usr/lib64/perl5/vendor_perl/skf.pm

References

Summary

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