How To Install libvma-devel on Fedora 36

In this tutorial we learn how to install libvma-devel in Fedora 36. libvma-devel is Header files required to develop with libvma

Introduction

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

What is libvma-devel

This package includes headers for building programs with libvma’s interfaces.

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

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

sudo dnf -y install libvma-devel

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

sudo yum -y install libvma-devel

How To Uninstall libvma-devel on Fedora 36

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

sudo dnf remove libvma-devel

libvma-devel Package Contents on Fedora 36

/usr/include/mellanox
/usr/include/mellanox/vma_extra.h

References

Summary

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