How to Install and Uninstall glusterfs.x86_64 Package on CentOS Stream 8

Last updated: May 06,2024

1. Install "glusterfs.x86_64" package

Learn how to install glusterfs.x86_64 on CentOS Stream 8

$ sudo dnf update $ sudo dnf install glusterfs.x86_64

2. Uninstall "glusterfs.x86_64" package

This guide covers the steps necessary to uninstall glusterfs.x86_64 on CentOS Stream 8:

$ sudo dnf remove glusterfs.x86_64 $ sudo dnf autoremove

3. Information about the glusterfs.x86_64 package on CentOS Stream 8

Last metadata expiration check: 3:43:05 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : glusterfs
Version : 6.0
Release : 56.4.el8
Architecture : x86_64
Size : 667 k
Source : glusterfs-6.0-56.4.el8.src.rpm
Repository : baseos
Summary : Distributed File System
URL : http://docs.gluster.org/
License : GPLv2 or LGPLv3+
Description : GlusterFS is a distributed file-system capable of scaling to several
: petabytes. It aggregates various storage bricks over Infiniband RDMA
: or TCP/IP interconnect into one large parallel network file
: system. GlusterFS is one of the most sophisticated file systems in
: terms of features and extensibility. It borrows a powerful concept
: called Translators from GNU Hurd kernel. Much of the code in GlusterFS
: is in user space and easily manageable.
:
: This package includes the glusterfs binary, the glusterfsd daemon and the
: libglusterfs and glusterfs translator modules common to both GlusterFS server
: and client framework.