How To Install graphviz-gtk2 on Fedora 36

In this tutorial we learn how to install graphviz-gtk2 in Fedora 36. graphviz-gtk2 is Graphviz plugin for renderers based on gtk2

Introduction

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

What is graphviz-gtk2

Graphviz plugin for renderers based on gtk2.

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

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

sudo dnf -y install graphviz-gtk2

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

sudo yum -y install graphviz-gtk2

How To Uninstall graphviz-gtk2 on Fedora 36

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

sudo dnf remove graphviz-gtk2

graphviz-gtk2 Package Contents on Fedora 36

---
title: "How To Install graphviz-gtk2 on Fedora 36"
linkTitle: "graphviz-gtk2"
type: "docs"
description: "In this tutorial we learn how to install graphviz-gtk2 in Fedora 36. graphviz-gtk2 is Graphviz plugin for renderers based on gtk2"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/graphviz-gtk2-featured.png
---

## Introduction

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

### What is `graphviz-gtk2`

> Graphviz plugin for renderers based on gtk2.  

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

## Install graphviz-gtk2 on Fedora 36 Using dnf

Update yum database with `dnf` using the following command.

```bash
sudo dnf makecache --refresh

After updating yum database, We can install graphviz-gtk2 using dnf by running the following command:

sudo dnf -y install graphviz-gtk2

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

sudo yum -y install graphviz-gtk2

How To Uninstall graphviz-gtk2 on Fedora 36

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

sudo dnf remove graphviz-gtk2

graphviz-gtk2 Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/6b/0d5c655ff32b7d435cea633eb68a2a66e64f1e
/usr/lib/.build-id/85/e353e71e8700635bc8e4a4054c2b3fb66aa4a7
/usr/lib/graphviz/libgvplugin_gdk.so.6
/usr/lib/graphviz/libgvplugin_gdk.so.6.0.0
/usr/lib/graphviz/libgvplugin_gtk.so.6
/usr/lib/graphviz/libgvplugin_gtk.so.6.0.0

References

Summary

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

/usr/lib/.build-id /usr/lib/.build-id/26/325db87614c78020a6ce20ff0fefd93db7f1d8 /usr/lib/.build-id/2a/d88396767e7206780b238044327afe90481b10 /usr/lib64/graphviz/libgvplugin_gdk.so.6 /usr/lib64/graphviz/libgvplugin_gdk.so.6.0.0 /usr/lib64/graphviz/libgvplugin_gtk.so.6 /usr/lib64/graphviz/libgvplugin_gtk.so.6.0.0


## References

* [graphviz-gtk2 website](http://www.graphviz.org/)

## Summary

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