How To Install libFS-devel on Fedora 36

In this tutorial we learn how to install libFS-devel in Fedora 36. libFS-devel is X.Org X11 libFS development package

Introduction

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

What is libFS-devel

X.Org X11 libFS development package

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

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

sudo dnf -y install libFS-devel

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

sudo yum -y install libFS-devel

How To Uninstall libFS-devel on Fedora 36

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

sudo dnf remove libFS-devel

libFS-devel Package Contents on Fedora 36

/usr/include/X11/fonts/FSlib.h
/usr/lib64/libFS.so
/usr/lib64/pkgconfig/libfs.pc
/usr/share/doc/libFS-devel
/usr/share/doc/libFS-devel/FSlib.txt

References

Summary

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


title: “How To Install libFS-devel on Fedora 36” linkTitle: “libFS-devel” type: “docs” description: “In this tutorial we learn how to install libFS-devel in Fedora 36. libFS-devel is X.Org X11 libFS development package” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libFS-devel-featured.png

Introduction

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

What is libFS-devel

X.Org X11 libFS development package

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

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

sudo dnf -y install libFS-devel

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

sudo yum -y install libFS-devel

How To Uninstall libFS-devel on Fedora 36

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

sudo dnf remove libFS-devel

libFS-devel Package Contents on Fedora 36

/usr/include/X11/fonts/FSlib.h
/usr/lib/libFS.so
/usr/lib/pkgconfig/libfs.pc
/usr/share/doc/libFS-devel
/usr/share/doc/libFS-devel/FSlib.txt

References

Summary

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