How To Install fuse-convmvfs on Fedora 36

In this tutorial we learn how to install fuse-convmvfs in Fedora 36. fuse-convmvfs is FUSE-Filesystem to convert filesystem encodings

Introduction

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

What is fuse-convmvfs

This is a filesystem client use the FUSE(Filesystem in USErspace) interface to convert file name from one charset to another. Inspired by convmv.

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

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

sudo dnf -y install fuse-convmvfs

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

sudo yum -y install fuse-convmvfs

How To Uninstall fuse-convmvfs on Fedora 36

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

sudo dnf remove fuse-convmvfs

fuse-convmvfs Package Contents on Fedora 36

/usr/bin/convmvfs
/usr/lib/.build-id
/usr/lib/.build-id/4a
/usr/lib/.build-id/4a/845d31aa07c862904726d3f1385df33a065878
/usr/share/doc/fuse-convmvfs
/usr/share/doc/fuse-convmvfs/AUTHORS
/usr/share/doc/fuse-convmvfs/COPYING
/usr/share/doc/fuse-convmvfs/ChangeLog
/usr/share/doc/fuse-convmvfs/NEWS
/usr/share/doc/fuse-convmvfs/README
/usr/share/doc/fuse-convmvfs/README.zh_CN.UTF-8

References

Summary

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