How to Install and Uninstall afuse.x86_64 Package on Fedora 34

Last updated: July 03,2024

1. Install "afuse.x86_64" package

This tutorial shows how to install afuse.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install afuse.x86_64

2. Uninstall "afuse.x86_64" package

Learn how to uninstall afuse.x86_64 on Fedora 34:

$ sudo dnf remove afuse.x86_64 $ sudo dnf autoremove

3. Information about the afuse.x86_64 package on Fedora 34

Last metadata expiration check: 1:57:02 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : afuse
Version : 0.4.1
Release : 17.fc34
Architecture : x86_64
Size : 35 k
Source : afuse-0.4.1-17.fc34.src.rpm
Repository : fedora
Summary : An automounter implemented with FUSE
URL : https://github.com/pcarrier/afuse/
License : GPLv2+
Description : Afuse is an automounting file system implemented in user-space using FUSE.
: Afuse currently implements the most basic functionality that can be expected
: by an automounter; that is it manages a directory of virtual directories. If
: one of these virtual directories is accessed and is not already automounted,
: afuse will attempt to mount a filesystem onto that directory. If the mount
: succeeds the requested access proceeds as normal, otherwise it will fail
: with an error.