How To Install btrfs-progs on Fedora 36
Introduction
In this tutorial we learn how to install btrfs-progs
on Fedora 36.
What is btrfs-progs
The btrfs-progs package provides all the userspace programs needed to create, check, modify and correct any inconsistencies in the btrfs filesystem.
We can use yum
or dnf
to install btrfs-progs
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install btrfs-progs.
Install btrfs-progs on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install btrfs-progs
using dnf
by running the following command:
sudo dnf -y install btrfs-progs
Install btrfs-progs on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install btrfs-progs
using yum
by running the following command:
sudo yum -y install btrfs-progs
How To Uninstall btrfs-progs on Fedora 36
To uninstall only the btrfs-progs
package we can use the following command:
sudo dnf remove btrfs-progs
btrfs-progs Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/09
/usr/lib/.build-id/09/67eeae2edb2e5d8c5f27f87c055f88ab6f8d4b
/usr/lib/.build-id/1b
/usr/lib/.build-id/1b/e23e3ca49dbe7490a8e55af9eef6479c54bd52
/usr/lib/.build-id/5c
/usr/lib/.build-id/5c/63904f045300fecd4df6f7db74408b9b1a1b84
/usr/lib/.build-id/6b
/usr/lib/.build-id/6b/575a5b0c0341f31de5e386c43b589d1ce52396
/usr/lib/.build-id/86
/usr/lib/.build-id/86/a123b30a35112b557dc139262535b4d9a400a8
/usr/lib/.build-id/93
/usr/lib/.build-id/93/3b02b3ef9724d91b211f0360312a27bfbce440
/usr/lib/.build-id/a6
/usr/lib/.build-id/a6/d8b9d9ac0cbea44d79c5e5a8d264787ee25bd8
/usr/lib/.build-id/bc
/usr/lib/.build-id/bc/ce89e3bd6e220ce9725bbe90349d6835583e64
/usr/lib/udev/rules.d/64-btrfs-dm.rules
/usr/lib/udev/rules.d/64-btrfs-zoned.rules
/usr/sbin/btrfs
/usr/sbin/btrfs-convert
/usr/sbin/btrfs-find-root
/usr/sbin/btrfs-image
/usr/sbin/btrfs-map-logical
/usr/sbin/btrfs-select-super
/usr/sbin/btrfsck
/usr/sbin/btrfstune
/usr/sbin/fsck.btrfs
/usr/sbin/mkfs.btrfs
/usr/share/bash-completion/completions/btrfs
/usr/share/licenses/btrfs-progs
/usr/share/licenses/btrfs-progs/COPYING
/usr/share/man/man5/btrfs.5.gz
/usr/share/man/man8/btrfs-balance.8.gz
/usr/share/man/man8/btrfs-check.8.gz
/usr/share/man/man8/btrfs-convert.8.gz
/usr/share/man/man8/btrfs-device.8.gz
/usr/share/man/man8/btrfs-filesystem.8.gz
/usr/share/man/man8/btrfs-find-root.8.gz
/usr/share/man/man8/btrfs-image.8.gz
/usr/share/man/man8/btrfs-inspect-internal.8.gz
/usr/share/man/man8/btrfs-map-logical.8.gz
/usr/share/man/man8/btrfs-property.8.gz
/usr/share/man/man8/btrfs-qgroup.8.gz
/usr/share/man/man8/btrfs-quota.8.gz
/usr/share/man/man8/btrfs-receive.8.gz
/usr/share/man/man8/btrfs-replace.8.gz
/usr/share/man/man8/btrfs-rescue.8.gz
/usr/share/man/man8/btrfs-restore.8.gz
/usr/share/man/man8/btrfs-scrub.8.gz
/usr/share/man/man8/btrfs-select-super.8.gz
/usr/share/man/man8/btrfs-send.8.gz
/usr/share/man/man8/btrfs-subvolume.8.gz
/usr/share/man/man8/btrfs.8.gz
/usr/share/man/man8/btrfsck.8.gz
/usr/share/man/man8/btrfstune.8.gz
/usr/share/man/man8/fsck.btrfs.8.gz
/usr/share/man/man8/mkfs.btrfs.8.gz
References
Summary
In this tutorial we learn how to install btrfs-progs
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).