How To Install libmpdclient on Fedora 36

In this tutorial we learn how to install libmpdclient in Fedora 36. libmpdclient is Library for interfacing Music Player Daemon

Introduction

In this tutorial we learn how to install libmpdclient on Fedora 36.

What is libmpdclient

A stable, documented, asynchronous API library for interfacing MPD in the C, C++ & Objective C languages.

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

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

sudo dnf -y install libmpdclient

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

sudo yum -y install libmpdclient

How To Uninstall libmpdclient on Fedora 36

To uninstall only the libmpdclient package we can use the following command:

sudo dnf remove libmpdclient

libmpdclient Package Contents on Fedora 36

---
title: "How To Install libmpdclient on Fedora 36"
linkTitle: "libmpdclient"
type: "docs"
description: "In this tutorial we learn how to install libmpdclient in Fedora 36. libmpdclient is Library for interfacing Music Player Daemon"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/libmpdclient-featured.png
---

## Introduction

In this tutorial we learn how to install `libmpdclient` on Fedora 36.

### What is `libmpdclient`

> A stable, documented, asynchronous API library for interfacing MPD in the C, C++ & Objective C languages.  

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

## Install libmpdclient on Fedora 36 Using dnf

Update yum database with `dnf` using the following command.

```bash
sudo dnf makecache --refresh

After updating yum database, We can install libmpdclient using dnf by running the following command:

sudo dnf -y install libmpdclient
/usr/lib/.build-id
/usr/lib/.build-id/a1
/usr/lib/.build-id/a1/51c7d786126df70a2033bcb81781defda329e3
/usr/lib64/libmpdclient.so.2
/usr/lib64/libmpdclient.so.2.20
/usr/share/doc/libmpdclient
/usr/share/doc/libmpdclient/AUTHORS
/usr/share/doc/libmpdclient/NEWS
/usr/share/doc/libmpdclient/README.rst
/usr/share/licenses/libmpdclient
/usr/share/licenses/libmpdclient/COPYING

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


## References
```bash

sudo yum -y install libmpdclient
* [libmpdclient website](https://www.musicpd.org/)

Summary

How To Uninstall libmpdclient on Fedora 36

To uninstall only the libmpdclient package we can use the following command: In this tutorial we learn how to install libmpdclient on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).

sudo dnf remove libmpdclient

libmpdclient Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/02
/usr/lib/.build-id/02/ad53da5bb6503bd97eccd87ed709857bc2885b
/usr/lib/libmpdclient.so.2
/usr/lib/libmpdclient.so.2.20
/usr/share/doc/libmpdclient
/usr/share/doc/libmpdclient/AUTHORS
/usr/share/doc/libmpdclient/NEWS
/usr/share/doc/libmpdclient/README.rst
/usr/share/licenses/libmpdclient
/usr/share/licenses/libmpdclient/COPYING

References

Summary

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