How To Install ghc-libmpd on Fedora 36

In this tutorial we learn how to install ghc-libmpd in Fedora 36. ghc-libmpd is An MPD client library

Introduction

In this tutorial we learn how to install ghc-libmpd on Fedora 36.

What is ghc-libmpd

A client library for MPD, the Music Player Daemon.

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

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

sudo dnf -y install ghc-libmpd

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

sudo yum -y install ghc-libmpd

How To Uninstall ghc-libmpd on Fedora 36

To uninstall only the ghc-libmpd package we can use the following command:

sudo dnf remove ghc-libmpd

ghc-libmpd Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/f5
/usr/lib/.build-id/f5/8ac5b1a40bf6700c85efbef2c9162f40a89414
/usr/lib64/libHSlibmpd-0.10.0.0-5IJmqY3J0D9GNqbRJVb1C5-ghc8.10.5.so
/usr/share/licenses/ghc-libmpd
/usr/share/licenses/ghc-libmpd/LICENSE

References

Summary

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