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

Last updated: September 25,2024

1. Install "afuse.x86_64" package

Learn how to install afuse.x86_64 on Fedora 38

$ sudo dnf update $ sudo dnf install afuse.x86_64

2. Uninstall "afuse.x86_64" package

Please follow the instructions below to uninstall afuse.x86_64 on Fedora 38:

$ sudo dnf remove afuse.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 0:28:18 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : afuse
Version : 0.4.1
Release : 21.fc38
Architecture : x86_64
Size : 35 k
Source : afuse-0.4.1-21.fc38.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.