How To Install libvma-utils on Fedora 36

In this tutorial we learn how to install libvma-utils in Fedora 36. libvma-utils is Utilities used with libvma

Introduction

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

What is libvma-utils

This package contains the tool for collecting and analyzing libvma statistic.

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

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

sudo dnf -y install libvma-utils

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

sudo yum -y install libvma-utils

How To Uninstall libvma-utils on Fedora 36

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

sudo dnf remove libvma-utils

libvma-utils Package Contents on Fedora 36

/usr/bin/vma_stats
/usr/lib/.build-id
/usr/lib/.build-id/5d
/usr/lib/.build-id/5d/3ec71deaa0e7432d59d14afe1be28088eee189
/usr/share/man/man8/vma_stats.8.gz

References

Summary

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