How To Install libFS on Fedora 36
Introduction
In this tutorial we learn how to install libFS
on Fedora 36.
What is libFS
X.Org X11 libFS runtime library
We can use yum
or dnf
to install libFS
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libFS.
Install libFS 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
using dnf
by running the following command:
sudo dnf -y install libFS
Install libFS 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
using yum
by running the following command:
sudo yum -y install libFS
How To Uninstall libFS on Fedora 36
To uninstall only the libFS
package we can use the following command:
sudo dnf remove libFS
libFS Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/b8
/usr/lib/.build-id/b8/8a7d6e872771da08eb06da1c6cd931d4613f26
/usr/lib64/libFS.so.6
/usr/lib64/libFS.so.6.0.0
/usr/share/doc/libFS
/usr/share/doc/libFS/COPYING
/usr/share/doc/libFS/README.md
References
Summary
In this tutorial we learn how to install libFS
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install libFS on Fedora 36” linkTitle: “libFS” type: “docs” description: “In this tutorial we learn how to install libFS in Fedora 36. libFS is X.Org X11 libFS runtime library” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libFS-featured.png
Introduction
In this tutorial we learn how to install libFS
on Fedora 36.
What is libFS
X.Org X11 libFS runtime library
We can use yum
or dnf
to install libFS
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libFS.
Install libFS 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
using dnf
by running the following command:
sudo dnf -y install libFS
Install libFS 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
using yum
by running the following command:
sudo yum -y install libFS
How To Uninstall libFS on Fedora 36
To uninstall only the libFS
package we can use the following command:
sudo dnf remove libFS
libFS Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/a5
/usr/lib/.build-id/a5/158cc94667689eeb2e79e8f96c983b8e454ca5
/usr/lib/libFS.so.6
/usr/lib/libFS.so.6.0.0
/usr/share/doc/libFS
/usr/share/doc/libFS/COPYING
/usr/share/doc/libFS/README.md
References
Summary
In this tutorial we learn how to install libFS
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).