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

Last updated: November 30,2024

1. Install "afuse.x86_64" package

Here is a brief guide to show you how to install afuse.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install afuse.x86_64

2. Uninstall "afuse.x86_64" package

Here is a brief guide to show you how to uninstall afuse.x86_64 on Fedora 35:

$ sudo dnf remove afuse.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 4:16:04 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : afuse
Version : 0.4.1
Release : 18.fc35
Architecture : x86_64
Size : 34 k
Source : afuse-0.4.1-18.fc35.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.