How To Install perl-Fuse on Fedora 36

In this tutorial we learn how to install perl-Fuse in Fedora 36. perl-Fuse is Write filesystems in Perl using FUSE

Introduction

In this tutorial we learn how to install perl-Fuse on Fedora 36.

What is perl-Fuse

This lets you implement filesystems in perl, through the FUSE (Filesystem in USErspace) kernel/lib interface.

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

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

sudo dnf -y install perl-Fuse

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

sudo yum -y install perl-Fuse

How To Uninstall perl-Fuse on Fedora 36

To uninstall only the perl-Fuse package we can use the following command:

sudo dnf remove perl-Fuse

perl-Fuse Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/1d
/usr/lib/.build-id/1d/3f1587940766e4b43d0c047a8d582ef933d515
/usr/lib64/perl5/vendor_perl/Fuse.pm
/usr/lib64/perl5/vendor_perl/auto/Fuse
/usr/lib64/perl5/vendor_perl/auto/Fuse/Fuse.so
/usr/lib64/perl5/vendor_perl/auto/Fuse/autosplit.ix
/usr/share/doc/perl-Fuse
/usr/share/doc/perl-Fuse/AUTHORS
/usr/share/doc/perl-Fuse/Changes
/usr/share/doc/perl-Fuse/README
/usr/share/doc/perl-Fuse/examples
/usr/share/doc/perl-Fuse/examples/example.pl
/usr/share/doc/perl-Fuse/examples/example_t.pl
/usr/share/doc/perl-Fuse/examples/fioc.pl
/usr/share/doc/perl-Fuse/examples/fioclient.pl
/usr/share/doc/perl-Fuse/examples/fsel.pl
/usr/share/doc/perl-Fuse/examples/fselclient.pl
/usr/share/doc/perl-Fuse/examples/loopback.pl
/usr/share/doc/perl-Fuse/examples/rmount.pl
/usr/share/doc/perl-Fuse/examples/rmount_remote.pl
/usr/share/man/man3/Fuse.3pm.gz

References

Summary

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