How To Install fuse-common on Fedora 36
Introduction
In this tutorial we learn how to install fuse-common
on Fedora 36.
What is fuse-common
Common files for FUSE v2 and FUSE v3.
We can use yum
or dnf
to install fuse-common
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install fuse-common.
Install fuse-common 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-common
using dnf
by running the following command:
sudo dnf -y install fuse-common
Install fuse-common 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-common
using yum
by running the following command:
sudo yum -y install fuse-common
How To Uninstall fuse-common on Fedora 36
To uninstall only the fuse-common
package we can use the following command:
sudo dnf remove fuse-common
fuse-common Package Contents on Fedora 36
/etc/fuse.conf
References
Summary
In this tutorial we learn how to install fuse-common
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).