How To Install gkeyfile-sharp on Fedora 36

In this tutorial we learn how to install gkeyfile-sharp in Fedora 36. gkeyfile-sharp is C# bindings for glib2’s keyfile implementation

Introduction

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

What is gkeyfile-sharp

C# bindings for glib2’s keyfile implementation

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

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

sudo dnf -y install gkeyfile-sharp

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

sudo yum -y install gkeyfile-sharp

How To Uninstall gkeyfile-sharp on Fedora 36

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

sudo dnf remove gkeyfile-sharp

gkeyfile-sharp Package Contents on Fedora 36

/usr/lib/mono/gac/gkeyfile-sharp
/usr/lib/mono/gac/gkeyfile-sharp/1.0.0.0__e886e4e52ee77480
/usr/lib/mono/gac/gkeyfile-sharp/1.0.0.0__e886e4e52ee77480/gkeyfile-sharp.dll
/usr/lib/mono/gac/gkeyfile-sharp/1.0.0.0__e886e4e52ee77480/gkeyfile-sharp.dll.config
/usr/lib/mono/gkeyfile-sharp
/usr/lib/mono/gkeyfile-sharp/gkeyfile-sharp.dll
/usr/share/doc/gkeyfile-sharp
/usr/share/doc/gkeyfile-sharp/AUTHORS
/usr/share/doc/gkeyfile-sharp/ChangeLog
/usr/share/doc/gkeyfile-sharp/LICENSE.LGPL
/usr/share/doc/gkeyfile-sharp/NEWS

References

Summary

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