How To Install xfsprogs on Fedora 36
Introduction
In this tutorial we learn how to install xfsprogs
on Fedora 36.
What is xfsprogs
A set of commands to use the XFS filesystem, including mkfs.xfs. XFS is a high performance journaling filesystem which originated on the SGI IRIX platform. It is completely multi-threaded, can support large files and large filesystems, extended attributes, variable block sizes, is extent based, and makes extensive use of Btrees (directories, extents, free space) to aid both performance and scalability. This implementation is on-disk compatible with the IRIX version of XFS.
We can use yum
or dnf
to install xfsprogs
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install xfsprogs.
Install xfsprogs 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 xfsprogs
using dnf
by running the following command:
sudo dnf -y install xfsprogs
Install xfsprogs 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 xfsprogs
using yum
by running the following command:
sudo yum -y install xfsprogs
How To Uninstall xfsprogs on Fedora 36
To uninstall only the xfsprogs
package we can use the following command:
sudo dnf remove xfsprogs
xfsprogs Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/15
/usr/lib/.build-id/15/f152dfada9a196290f335ff0cbb02c0792f580
/usr/lib/.build-id/3a
/usr/lib/.build-id/3a/212e2c6894df200eaf2fe7fb5f13b1234f9d12
/usr/lib/.build-id/3d
/usr/lib/.build-id/3d/d3565de5a39fa4c9fde96b357c81fe78417497
/usr/lib/.build-id/4c
/usr/lib/.build-id/4c/1c0c4062e50cab411eaa29980cbccd28f3c474
/usr/lib/.build-id/51
/usr/lib/.build-id/51/90b96609f869ce16545f2b720f607d7dec56a3
/usr/lib/.build-id/5e
/usr/lib/.build-id/5e/a12b4923f87b89777e1a654f2002bc8d353b44
/usr/lib/.build-id/6c
/usr/lib/.build-id/6c/1970ca4c1cb51f214c4cbf817cf8e5244e22d6
/usr/lib/.build-id/74
/usr/lib/.build-id/74/cb494b3d8ba34e5a50794ab99aeccfe48a4a1e
/usr/lib/.build-id/7f
/usr/lib/.build-id/7f/41cb836a53310c7b30f9581b4e7a78909f6440
/usr/lib/.build-id/80
/usr/lib/.build-id/80/70861b4447558203e4a54fc3431d9020b1845f
/usr/lib/.build-id/8a
/usr/lib/.build-id/8a/8c097c1575889ae7817d9d52194b39332fc5fc
/usr/lib/.build-id/94
/usr/lib/.build-id/94/7eafdee8b90d813004dd8e9c037e49c36186aa
/usr/lib/.build-id/98
/usr/lib/.build-id/98/8bf33372467fa1c3e978c4dfdf1a589c84bb37
/usr/lib/.build-id/dd
/usr/lib/.build-id/dd/2bd2ae9ebbddd91199ba64809a2279a99f8d66
/usr/lib/.build-id/f0
/usr/lib/.build-id/f0/ce00f7b499e232bf1cb2198efb7a573e349421
/usr/lib64/libhandle.so.1
/usr/lib64/libhandle.so.1.0.3
/usr/lib64/xfsprogs
/usr/sbin/fsck.xfs
/usr/sbin/mkfs.xfs
/usr/sbin/xfs_admin
/usr/sbin/xfs_bmap
/usr/sbin/xfs_copy
/usr/sbin/xfs_db
/usr/sbin/xfs_estimate
/usr/sbin/xfs_freeze
/usr/sbin/xfs_fsr
/usr/sbin/xfs_growfs
/usr/sbin/xfs_info
/usr/sbin/xfs_io
/usr/sbin/xfs_logprint
/usr/sbin/xfs_mdrestore
/usr/sbin/xfs_metadump
/usr/sbin/xfs_mkfile
/usr/sbin/xfs_ncheck
/usr/sbin/xfs_quota
/usr/sbin/xfs_repair
/usr/sbin/xfs_rtcp
/usr/sbin/xfs_spaceman
/usr/share/doc/xfsprogs
/usr/share/doc/xfsprogs/CHANGES
/usr/share/doc/xfsprogs/README
/usr/share/locale/de/LC_MESSAGES/xfsprogs.mo
/usr/share/locale/pl/LC_MESSAGES/xfsprogs.mo
/usr/share/man/man5/projects.5.gz
/usr/share/man/man5/projid.5.gz
/usr/share/man/man5/xfs.5.gz
/usr/share/man/man8/fsck.xfs.8.gz
/usr/share/man/man8/mkfs.xfs.8.gz
/usr/share/man/man8/xfs_admin.8.gz
/usr/share/man/man8/xfs_bmap.8.gz
/usr/share/man/man8/xfs_copy.8.gz
/usr/share/man/man8/xfs_db.8.gz
/usr/share/man/man8/xfs_estimate.8.gz
/usr/share/man/man8/xfs_freeze.8.gz
/usr/share/man/man8/xfs_fsr.8.gz
/usr/share/man/man8/xfs_growfs.8.gz
/usr/share/man/man8/xfs_info.8.gz
/usr/share/man/man8/xfs_io.8.gz
/usr/share/man/man8/xfs_logprint.8.gz
/usr/share/man/man8/xfs_mdrestore.8.gz
/usr/share/man/man8/xfs_metadump.8.gz
/usr/share/man/man8/xfs_mkfile.8.gz
/usr/share/man/man8/xfs_ncheck.8.gz
/usr/share/man/man8/xfs_quota.8.gz
/usr/share/man/man8/xfs_repair.8.gz
/usr/share/man/man8/xfs_rtcp.8.gz
/usr/share/man/man8/xfs_spaceman.8.gz
References
Summary
In this tutorial we learn how to install xfsprogs
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).