How To Install raft on Fedora 36
Introduction
In this tutorial we learn how to install raft
on Fedora 36.
What is raft
Fully asynchronous C implementation of the Raft consensus protocol. It consists of a core part that implements the core Raft algorithm logic and a pluggable interface defining the I/O implementation for networking and disk persistence.
We can use yum
or dnf
to install raft
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install raft.
Install raft 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 raft
using dnf
by running the following command:
sudo dnf -y install raft
Install raft 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 raft
using yum
by running the following command:
sudo yum -y install raft
How To Uninstall raft on Fedora 36
To uninstall only the raft
package we can use the following command:
sudo dnf remove raft
raft Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/7a
/usr/lib/.build-id/7a/162844875b74c903687896366c4bf0d0b40f38
/usr/lib64/libraft.so.0
/usr/lib64/libraft.so.0.0.7
/usr/share/doc/raft
/usr/share/doc/raft/AUTHORS
/usr/share/doc/raft/README.md
/usr/share/licenses/raft
/usr/share/licenses/raft/LICENSE
References
Summary
In this tutorial we learn how to install raft
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install raft on Fedora 36” linkTitle: “raft” type: “docs” description: “In this tutorial we learn how to install raft in Fedora 36. raft is C implementation of the Raft consensus protocol” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/raft-featured.png
Introduction
In this tutorial we learn how to install raft
on Fedora 36.
What is raft
Fully asynchronous C implementation of the Raft consensus protocol. It consists of a core part that implements the core Raft algorithm logic and a pluggable interface defining the I/O implementation for networking and disk persistence.
We can use yum
or dnf
to install raft
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install raft.
Install raft 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 raft
using dnf
by running the following command:
sudo dnf -y install raft
Install raft 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 raft
using yum
by running the following command:
sudo yum -y install raft
How To Uninstall raft on Fedora 36
To uninstall only the raft
package we can use the following command:
sudo dnf remove raft
raft Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/a6
/usr/lib/.build-id/a6/f469390adcf7bc6011d1b185fd537304e2a6c1
/usr/lib/libraft.so.0
/usr/lib/libraft.so.0.0.7
/usr/share/doc/raft
/usr/share/doc/raft/AUTHORS
/usr/share/doc/raft/README.md
/usr/share/licenses/raft
/usr/share/licenses/raft/LICENSE
References
Summary
In this tutorial we learn how to install raft
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).