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

Last updated: October 02,2024

1. Install "fuse-encfs.x86_64" package

This guide let you learn how to install fuse-encfs.x86_64 on Fedora 36

$ 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 36:

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

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

Last metadata expiration check: 0:17:37 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : fuse-encfs
Version : 1.9.5
Release : 13.fc36
Architecture : x86_64
Size : 454 k
Source : fuse-encfs-1.9.5-13.fc36.src.rpm
Repository : updates
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.