How To Install graphviz-R on Fedora 36

In this tutorial we learn how to install graphviz-R in Fedora 36. graphviz-R is R extension for graphviz

Introduction

In this tutorial we learn how to install graphviz-R on Fedora 36.

What is graphviz-R

R extension for graphviz.

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

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

sudo dnf -y install graphviz-R

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

sudo yum -y install graphviz-R

How To Uninstall graphviz-R on Fedora 36

To uninstall only the graphviz-R package we can use the following command:

sudo dnf remove graphviz-R

graphviz-R Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/dd/8b18b920e56f1085287d3a9be443efd56f5fa5
/usr/lib64/graphviz/R
/usr/lib64/graphviz/R/gv.so
/usr/lib64/graphviz/R/libgv_R.so
/usr/share/man/man3/gv.3r.gz

References

Summary

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