How To Install stfl-devel on Fedora 36

In this tutorial we learn how to install stfl-devel in Fedora 36. stfl-devel is Development files for stfl

Introduction

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

What is stfl-devel

The stfl-devel package contains libraries and header files for developing applications that use stfl.

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

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

sudo dnf -y install stfl-devel

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

sudo yum -y install stfl-devel

How To Uninstall stfl-devel on Fedora 36

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

sudo dnf remove stfl-devel

stfl-devel Package Contents on Fedora 36

/usr/include/stfl.h
/usr/lib/libstfl.so
/usr/lib/pkgconfig/stfl.pc

References

Summary

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


title: “How To Install stfl-devel on Fedora 36” linkTitle: “stfl-devel” type: “docs” description: “In this tutorial we learn how to install stfl-devel in Fedora 36. stfl-devel is Development files for stfl” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/stfl-devel-featured.png

Introduction

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

What is stfl-devel

The stfl-devel package contains libraries and header files for developing applications that use stfl.

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

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

sudo dnf -y install stfl-devel

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

sudo yum -y install stfl-devel

How To Uninstall stfl-devel on Fedora 36

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

sudo dnf remove stfl-devel

stfl-devel Package Contents on Fedora 36

/usr/include/stfl.h
/usr/lib64/libstfl.so
/usr/lib64/pkgconfig/stfl.pc

References

Summary

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