How to Install and Uninstall xfsprogs.i686 Package on Fedora 36

Last updated: October 13,2024

1. Install "xfsprogs.i686" package

This tutorial shows how to install xfsprogs.i686 on Fedora 36

$ sudo dnf update $ sudo dnf install xfsprogs.i686

2. Uninstall "xfsprogs.i686" package

Learn how to uninstall xfsprogs.i686 on Fedora 36:

$ sudo dnf remove xfsprogs.i686 $ sudo dnf autoremove

3. Information about the xfsprogs.i686 package on Fedora 36

Last metadata expiration check: 2:04:44 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : xfsprogs
Version : 5.14.2
Release : 2.fc36
Architecture : i686
Size : 1.1 M
Source : xfsprogs-5.14.2-2.fc36.src.rpm
Repository : fedora
Summary : Utilities for managing the XFS filesystem
URL : https://xfs.wiki.kernel.org
License : GPL+ and LGPLv2+
Description : 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.