How To Install fuse-libs on Fedora 36

In this tutorial we learn how to install fuse-libs in Fedora 36. fuse-libs is File System in Userspace (FUSE) v2 libraries

Introduction

In this tutorial we learn how to install fuse-libs on Fedora 36.

What is fuse-libs

Devel With FUSE it is possible to implement a fully functional filesystem in a userspace program. This package contains the FUSE v2 libraries.

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

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

sudo dnf -y install fuse-libs

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

sudo yum -y install fuse-libs

How To Uninstall fuse-libs on Fedora 36

To uninstall only the fuse-libs package we can use the following command:

sudo dnf remove fuse-libs

fuse-libs Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/0f
/usr/lib/.build-id/0f/5dbee6edb5c2d407688b6e05155dafe05af6ee
/usr/lib/.build-id/3e
/usr/lib/.build-id/3e/8eb5181e5720c90efd95a67ed13b04b03076d9
/usr/lib64/libfuse.so.2
/usr/lib64/libfuse.so.2.9.9
/usr/lib64/libulockmgr.so.1
/usr/lib64/libulockmgr.so.1.0.1
/usr/share/licenses/fuse-libs
/usr/share/licenses/fuse-libs/COPYING.LIB

References

Summary

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