How to Install and Uninstall fuse-encfs.x86_64 Package on Fedora 35

Last updated: February 08,2025

1. Install "fuse-encfs.x86_64" package

Please follow the instructions below to install fuse-encfs.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install fuse-encfs.x86_64

2. Uninstall "fuse-encfs.x86_64" package

This guide covers the steps necessary to uninstall fuse-encfs.x86_64 on Fedora 35:

$ sudo dnf remove fuse-encfs.x86_64 $ sudo dnf autoremove

3. Information about the fuse-encfs.x86_64 package on Fedora 35

Last metadata expiration check: 1:18:36 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : fuse-encfs
Version : 1.9.5
Release : 10.fc35
Architecture : x86_64
Size : 451 k
Source : fuse-encfs-1.9.5-10.fc35.src.rpm
Repository : fedora
Summary : Encrypted pass-thru filesystem in userspace
URL : http://www.arg0.net/encfs
License : GPLv3+
Description : EncFS implements an encrypted filesystem in userspace using FUSE. FUSE
: provides a Linux kernel module which allows virtual filesystems to be written
: in userspace. EncFS encrypts all data and filenames in the filesystem and
: passes access through to the underlying filesystem. Similar to CFS except that
: it does not use NFS.