How To Install monodevelop-debugger-gdb on Fedora 36

In this tutorial we learn how to install monodevelop-debugger-gdb in Fedora 36. monodevelop-debugger-gdb is MonoDevelop gdb Debugger Add-in

Introduction

In this tutorial we learn how to install monodevelop-debugger-gdb on Fedora 36.

What is monodevelop-debugger-gdb

Mono gdb Debugger Add-in for MonoDevelop.

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

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

sudo dnf -y install monodevelop-debugger-gdb

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

sudo yum -y install monodevelop-debugger-gdb

How To Uninstall monodevelop-debugger-gdb on Fedora 36

To uninstall only the monodevelop-debugger-gdb package we can use the following command:

sudo dnf remove monodevelop-debugger-gdb

monodevelop-debugger-gdb Package Contents on Fedora 36

/usr/lib/monodevelop/AddIns/MonoDevelop.Debugger/MonoDevelop.Debugger.Gdb.dll
/usr/lib/monodevelop/AddIns/MonoDevelop.Debugger/MonoDevelop.Debugger.Gdb.dll.mdb

References

Summary

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