How to Install and Uninstall xfsprogs.i686 Package on CentOS Stream 9

Last updated: October 04,2024

1. Install "xfsprogs.i686" package

This tutorial shows how to install xfsprogs.i686 on CentOS Stream 9

$ sudo dnf update $ sudo dnf install xfsprogs.i686

2. Uninstall "xfsprogs.i686" package

This is a short guide on how to uninstall xfsprogs.i686 on CentOS Stream 9:

$ sudo dnf remove xfsprogs.i686 $ sudo dnf autoremove

3. Information about the xfsprogs.i686 package on CentOS Stream 9

Last metadata expiration check: 1:09:38 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : xfsprogs
Version : 6.3.0
Release : 1.el9
Architecture : i686
Size : 1.1 M
Source : xfsprogs-6.3.0-1.el9.src.rpm
Repository : baseos
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.