How To Install raft-devel on Fedora 36

In this tutorial we learn how to install raft-devel in Fedora 36. raft-devel is Development libraries for raft

Introduction

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

What is raft-devel

Development headers and library for raft.

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

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

sudo dnf -y install raft-devel

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

sudo yum -y install raft-devel

How To Uninstall raft-devel on Fedora 36

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

sudo dnf remove raft-devel

raft-devel Package Contents on Fedora 36

/usr/include/raft
/usr/include/raft.h
/usr/include/raft/fixture.h
/usr/include/raft/uv.h
/usr/lib/libraft.so
/usr/lib/pkgconfig/raft.pc

References

Summary

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


title: “How To Install raft-devel on Fedora 36” linkTitle: “raft-devel” type: “docs” description: “In this tutorial we learn how to install raft-devel in Fedora 36. raft-devel is Development libraries for raft” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/raft-devel-featured.png

Introduction

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

What is raft-devel

Development headers and library for raft.

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

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

sudo dnf -y install raft-devel

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

sudo yum -y install raft-devel

How To Uninstall raft-devel on Fedora 36

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

sudo dnf remove raft-devel

raft-devel Package Contents on Fedora 36

/usr/include/raft
/usr/include/raft.h
/usr/include/raft/fixture.h
/usr/include/raft/uv.h
/usr/lib64/libraft.so
/usr/lib64/pkgconfig/raft.pc

References

Summary

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