How To Install gmime-sharp on Fedora 36

In this tutorial we learn how to install gmime-sharp in Fedora 36. gmime-sharp is Mono bindings for gmime

Introduction

In this tutorial we learn how to install gmime-sharp on Fedora 36.

What is gmime-sharp

The GMime suite provides a core library and set of utilities which may be used for the creation and parsing of messages using the Multipurpose Internet Mail Extension (MIME). The devel-package contains support for developing mono applications that use libgmime.

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

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

sudo dnf -y install gmime-sharp

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

sudo yum -y install gmime-sharp

How To Uninstall gmime-sharp on Fedora 36

To uninstall only the gmime-sharp package we can use the following command:

sudo dnf remove gmime-sharp

gmime-sharp Package Contents on Fedora 36

/usr/lib/mono/gac/gmime-sharp
/usr/lib/mono/gac/gmime-sharp/2.6.0.0__2b75c2ad004c52e4
/usr/lib/mono/gac/gmime-sharp/2.6.0.0__2b75c2ad004c52e4/gmime-sharp.dll
/usr/lib/mono/gac/gmime-sharp/2.6.0.0__2b75c2ad004c52e4/gmime-sharp.dll.config
/usr/lib/mono/gmime-sharp-2.6
/usr/lib/mono/gmime-sharp-2.6/gmime-sharp.dll
/usr/lib64/pkgconfig/gmime-sharp-2.6.pc
/usr/share/gapi-2.0/gmime-api.xml

References

Summary

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