How To Install udav on Fedora 36

In this tutorial we learn how to install udav in Fedora 36. udav is Viewer and editor for mathgl graphs

Introduction

In this tutorial we learn how to install udav on Fedora 36.

What is udav

UDAV is cross-platform program for interactive data array visualization using the MathGL library. UDAV works as a front-end to the mathgl scripting engine, allowing for the generation of a wide variety of scientific graph styles.

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

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

sudo dnf -y install udav

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

sudo yum -y install udav

How To Uninstall udav on Fedora 36

To uninstall only the udav package we can use the following command:

sudo dnf remove udav

udav Package Contents on Fedora 36

/usr/bin/udav
/usr/lib/.build-id
/usr/lib/.build-id/63
/usr/lib/.build-id/63/e738fb22af69aa0811a2179ac902a7d4e9ef31
/usr/share/applications/udav.desktop
/usr/share/man/man1/udav.1.gz
/usr/share/udav
/usr/share/udav/udav_ru.qm

References

Summary

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