How To Install stfl-perl on Fedora 36

In this tutorial we learn how to install stfl-perl in Fedora 36. stfl-perl is Perl binding for STFL

Introduction

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

What is stfl-perl

Perl binding for STFL

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

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

sudo dnf -y install stfl-perl

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

sudo yum -y install stfl-perl

How To Uninstall stfl-perl on Fedora 36

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

sudo dnf remove stfl-perl

stfl-perl Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/24
/usr/lib/.build-id/24/273b335a9e3f574a4130c55a508c27133d2a8c
/usr/lib64/perl5/vendor_perl/auto/stfl
/usr/lib64/perl5/vendor_perl/auto/stfl/stfl.so
/usr/lib64/perl5/vendor_perl/stfl.pm

References

Summary

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