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

Last updated: June 01,2024

1. Install "xfsprogs.i686" package

Please follow the step by step instructions below to install xfsprogs.i686 on Fedora 35

$ sudo dnf update $ sudo dnf install xfsprogs.i686

2. Uninstall "xfsprogs.i686" package

Please follow the steps below to uninstall xfsprogs.i686 on Fedora 35:

$ sudo dnf remove xfsprogs.i686 $ sudo dnf autoremove

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

Last metadata expiration check: 5:47:13 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : xfsprogs
Version : 5.12.0
Release : 2.fc35
Architecture : i686
Size : 1.1 M
Source : xfsprogs-5.12.0-2.fc35.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.