How To Install libglusterfs0 on Fedora 34
Introduction
In this tutorial we learn how to install libglusterfs0
on Fedora 34.
What is libglusterfs0
GlusterFS is a distributed file-system capable of scaling to several petabytes. It aggregates various storage bricks over TCP/IP interconnect into one large parallel network filesystem. 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 provides the base libglusterfs library libglusterfs0 9.3 1.fc34 x86_64 304 k glusterfs-9.3-1.fc34.src.rpm updates GlusterFS libglusterfs library http GPLv2 or LGPLv3+ GlusterFS is a distributed file-system capable of scaling to several petabytes. It aggregates various storage bricks over TCP/IP interconnect into one large parallel network filesystem. 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 provides the base libglusterfs library
We can use yum
or dnf
to install libglusterfs0
on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install libglusterfs0.
Install libglusterfs0 on Fedora 34 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
After updating yum database, We can install libglusterfs0
using dnf
by running the following command:
sudo dnf -y install libglusterfs0
Install libglusterfs0 on Fedora 34 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
After updating yum database, We can install libglusterfs0
using yum
by running the following command:
sudo yum -y install libglusterfs0
How To Uninstall libglusterfs0 on Fedora 34
To uninstall only the libglusterfs0
package we can use the following command:
sudo dnf remove libglusterfs0
libglusterfs0 Package Contents on Fedora 34
/usr/lib/.build-id
/usr/lib/.build-id/01
/usr/lib/.build-id/01/d9eecb5ada860f25d3238e5f7e3939b5262727
/usr/lib/libglusterfs.so.0
/usr/lib/libglusterfs.so.0.0.1
/usr/lib/.build-id
/usr/lib/.build-id/37
/usr/lib/.build-id/37/2abe5cdd72de22f074df13beae1fb68ccf7340
/usr/lib64/libglusterfs.so.0
/usr/lib64/libglusterfs.so.0.0.1
/usr/lib/.build-id
/usr/lib/.build-id/65/4e84d39cef70d8c252fc63ede0f707af37cde3
/usr/lib/libglusterfs.so.0
/usr/lib/libglusterfs.so.0.0.1
/usr/lib/.build-id
/usr/lib/.build-id/d5
/usr/lib/.build-id/d5/261678e082d6af12698e59c36c7fa5bcab62fc
/usr/lib64/libglusterfs.so.0
/usr/lib64/libglusterfs.so.0.0.1
References
- [libglusterfs0 website](http://docs.gluster.org/ http://docs.gluster.org/)
Summary
In this tutorial we learn how to install libglusterfs0
on Fedora 34 using yum and dnf.