How To Install raft-doc on Fedora 36

In this tutorial we learn how to install raft-doc in Fedora 36. raft-doc is C-Raft documentation

Introduction

In this tutorial we learn how to install raft-doc on Fedora 36.

What is raft-doc

This package contains the C-Raft documentation in HTML format.

We can use yum or dnf to install raft-doc on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install raft-doc.

Install raft-doc 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-doc using dnf by running the following command:

sudo dnf -y install raft-doc

Install raft-doc 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-doc using yum by running the following command:

sudo yum -y install raft-doc

How To Uninstall raft-doc on Fedora 36

To uninstall only the raft-doc package we can use the following command:

sudo dnf remove raft-doc

raft-doc Package Contents on Fedora 36

/usr/share/doc/raft-doc
/usr/share/doc/raft-doc/html
/usr/share/doc/raft-doc/html/.buildinfo
/usr/share/doc/raft-doc/html/_sources
/usr/share/doc/raft-doc/html/_sources/api.rst.txt
/usr/share/doc/raft-doc/html/_sources/disk-format.rst.txt
/usr/share/doc/raft-doc/html/_sources/fsm.rst.txt
/usr/share/doc/raft-doc/html/_sources/getting-started.rst.txt
/usr/share/doc/raft-doc/html/_sources/index.rst.txt
/usr/share/doc/raft-doc/html/_sources/io.rst.txt
/usr/share/doc/raft-doc/html/_sources/server.rst.txt
/usr/share/doc/raft-doc/html/_static
/usr/share/doc/raft-doc/html/_static/fonts.css
/usr/share/doc/raft-doc/html/_static/material.css
/usr/share/doc/raft-doc/html/_static/pygments.css
/usr/share/doc/raft-doc/html/api.html
/usr/share/doc/raft-doc/html/disk-format.html
/usr/share/doc/raft-doc/html/fsm.html
/usr/share/doc/raft-doc/html/genindex.html
/usr/share/doc/raft-doc/html/getting-started.html
/usr/share/doc/raft-doc/html/index.html
/usr/share/doc/raft-doc/html/io.html
/usr/share/doc/raft-doc/html/objects.inv
/usr/share/doc/raft-doc/html/search.html
/usr/share/doc/raft-doc/html/searchindex.js
/usr/share/doc/raft-doc/html/server.html
/usr/share/licenses/raft-doc
/usr/share/licenses/raft-doc/LICENSE

References

Summary

In this tutorial we learn how to install raft-doc on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).