How To Install graphviz-sharp on Fedora 36
Introduction
In this tutorial we learn how to install graphviz-sharp
on Fedora 36.
What is graphviz-sharp
C# extension for graphviz.
We can use yum
or dnf
to install graphviz-sharp
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install graphviz-sharp.
Install graphviz-sharp 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-sharp
using dnf
by running the following command:
sudo dnf -y install graphviz-sharp
Install graphviz-sharp 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-sharp
using yum
by running the following command:
sudo yum -y install graphviz-sharp
How To Uninstall graphviz-sharp on Fedora 36
To uninstall only the graphviz-sharp
package we can use the following command:
sudo dnf remove graphviz-sharp
graphviz-sharp Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/30/c05975606074f647ae81fe62d327767bab3a84
/usr/lib64/graphviz/sharp
/usr/lib64/graphviz/sharp/SWIGTYPE_p_Agedge_t.cs
/usr/lib64/graphviz/sharp/SWIGTYPE_p_Agnode_t.cs
/usr/lib64/graphviz/sharp/SWIGTYPE_p_Agraph_t.cs
/usr/lib64/graphviz/sharp/SWIGTYPE_p_Agsym_t.cs
/usr/lib64/graphviz/sharp/SWIGTYPE_p_FILE.cs
/usr/lib64/graphviz/sharp/gv.cs
/usr/lib64/graphviz/sharp/gvPINVOKE.cs
/usr/lib64/graphviz/sharp/libgv_sharp.so
/usr/share/man/man3/gv.3sharp.gz
References
Summary
In this tutorial we learn how to install graphviz-sharp
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).