How To Install kio-fuse on Fedora 36
Introduction
In this tutorial we learn how to install kio-fuse
on Fedora 36.
What is kio-fuse
KioFuse works by acting as a bridge between KDE’s KIO filesystem design and FUSE.
We can use yum
or dnf
to install kio-fuse
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install kio-fuse.
Install kio-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 kio-fuse
using dnf
by running the following command:
sudo dnf -y install kio-fuse
Install kio-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 kio-fuse
using yum
by running the following command:
sudo yum -y install kio-fuse
How To Uninstall kio-fuse on Fedora 36
To uninstall only the kio-fuse
package we can use the following command:
sudo dnf remove kio-fuse
kio-fuse Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/cc
/usr/lib/.build-id/cc/25dfad33ec6f0d2cd603e561a47eff84227992
/usr/lib/systemd/user/kio-fuse.service
/usr/lib/tmpfiles.d/kio-fuse-tmpfiles.conf
/usr/libexec/kio-fuse
/usr/share/dbus-1/services/org.kde.KIOFuse.service
/usr/share/doc/kio-fuse
/usr/share/doc/kio-fuse/README
/usr/share/licenses/kio-fuse
/usr/share/licenses/kio-fuse/GPL-3.0-or-later.txt
References
Summary
In this tutorial we learn how to install kio-fuse
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).