How To Install cephfs-java on Fedora 36
Introduction
In this tutorial we learn how to install cephfs-java
on Fedora 36.
What is cephfs-java
This package contains the Java libraries for the Ceph File System.
We can use yum
or dnf
to install cephfs-java
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install cephfs-java.
Install cephfs-java on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install cephfs-java
using dnf
by running the following command:
sudo dnf -y install cephfs-java
Install cephfs-java on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install cephfs-java
using yum
by running the following command:
sudo yum -y install cephfs-java
How To Uninstall cephfs-java on Fedora 36
To uninstall only the cephfs-java
package we can use the following command:
sudo dnf remove cephfs-java
cephfs-java Package Contents on Fedora 36
/usr/share/java/libcephfs-test.jar
/usr/share/java/libcephfs.jar
References
Summary
In this tutorial we learn how to install cephfs-java
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).