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

Last updated: October 10,2024

1. Install "btrfs-fuse.x86_64" package

Please follow the guidelines below to install btrfs-fuse.x86_64 on Fedora 35

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

2. Uninstall "btrfs-fuse.x86_64" package

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

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

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

Last metadata expiration check: 5:02:39 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : btrfs-fuse
Version : 0
Release : 8.20220301gitca53ed5.fc35
Architecture : x86_64
Size : 99 k
Source : btrfs-fuse-0-8.20220301gitca53ed5.fc35.src.rpm
Repository : updates
Summary : Read-only, license friendly, FUSE based btrfs implementation
URL : https://github.com/adam900710/btrfs-fuse
License : GPLv2 and MIT
Description : This is a read-only btrfs implementation using FUSE (Filesystem in Userspace).
:
: Although btrfs is already in mainline Linux kernel, there are still use-cases
: for such read-only btrfs implementation:
: - Educational purpose: let new developers get a quick way to learn how a
: complex and modern filesystem works;
: - For certain bootloaders: certain bootloaders need code base compatible with
: their license;
: - As a last resort method for subpage/multipage support: currently (v5.16-rc)
: the Linux kernel can only support sectorsize == pagesize , and 4K sectorsize
: with 64K page size; thus this project can act as a last resort method to read
: data from filesystem with unsupported sectorsize.