How to Install and Uninstall btrfs-fuse.x86_64 Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: October 11,2024

1. Install "btrfs-fuse.x86_64" package

This guide let you learn how to install btrfs-fuse.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8)

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

2. Uninstall "btrfs-fuse.x86_64" package

Please follow the steps below to uninstall btrfs-fuse.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8):

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

3. Information about the btrfs-fuse.x86_64 package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 0:40:54 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : btrfs-fuse
Version : 0
Release : 5.20211113git8635fbc.el8
Architecture : x86_64
Size : 33 k
Source : btrfs-fuse-0-5.20211113git8635fbc.el8.src.rpm
Repository : epel
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.