How To Install ndesk-dbus on Fedora 36

In this tutorial we learn how to install ndesk-dbus in Fedora 36. ndesk-dbus is Managed C# implementation of DBus

Introduction

In this tutorial we learn how to install ndesk-dbus on Fedora 36.

What is ndesk-dbus

Managed C# implementation of DBus

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

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

sudo dnf -y install ndesk-dbus

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

sudo yum -y install ndesk-dbus

How To Uninstall ndesk-dbus on Fedora 36

To uninstall only the ndesk-dbus package we can use the following command:

sudo dnf remove ndesk-dbus

ndesk-dbus Package Contents on Fedora 36

/usr/lib/mono/gac/NDesk.DBus
/usr/lib/mono/gac/NDesk.DBus/1.0.0.0__f6716e4f9b2ed099
/usr/lib/mono/gac/NDesk.DBus/1.0.0.0__f6716e4f9b2ed099/NDesk.DBus.dll
/usr/lib/mono/gac/NDesk.DBus/1.0.0.0__f6716e4f9b2ed099/NDesk.DBus.dll.mdb
/usr/lib/mono/ndesk-dbus-1.0
/usr/lib/mono/ndesk-dbus-1.0/NDesk.DBus.dll

References

Summary

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