How To Install libmpd on Fedora 36
Introduction
In this tutorial we learn how to install libmpd
on Fedora 36.
What is libmpd
libmpd is an abstraction around libmpdclient. It provides an easy and reliable callback based interface to mpd.
We can use yum
or dnf
to install libmpd
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libmpd.
Install 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 libmpd
using dnf
by running the following command:
sudo dnf -y install libmpd
Install 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 libmpd
using yum
by running the following command:
sudo yum -y install libmpd
How To Uninstall libmpd on Fedora 36
To uninstall only the libmpd
package we can use the following command:
sudo dnf remove libmpd
libmpd Package Contents on Fedora 36
---
title: "How To Install libmpd on Fedora 36"
linkTitle: "libmpd"
type: "docs"
description: "In this tutorial we learn how to install libmpd in Fedora 36. libmpd is Music Player Daemon Library"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/libmpd-featured.png
---
## Introduction
In this tutorial we learn how to install `libmpd` on Fedora 36.
### What is `libmpd`
> libmpd is an abstraction around libmpdclient. It provides an easy and reliable callback based interface to mpd.
We can use `yum` or `dnf` to install `libmpd` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libmpd.
## Install libmpd 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 libmpd
using dnf
by running the following command:
sudo dnf -y install libmpd
Install 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 libmpd
using yum
by running the following command:
sudo yum -y install libmpd
How To Uninstall libmpd on Fedora 36
To uninstall only the libmpd
package we can use the following command:
sudo dnf remove libmpd
libmpd Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/be
/usr/lib/.build-id/be/7e4ef5f68f0d61876e1baa3bee40144cc1bf60
/usr/lib64/libmpd.so.1
/usr/lib64/libmpd.so.1.3.0
/usr/share/doc/libmpd
/usr/share/doc/libmpd/COPYING
/usr/share/doc/libmpd/ChangeLog
/usr/share/doc/libmpd/README
References
Summary
In this tutorial we learn how to install libmpd
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
/usr/lib/.build-id /usr/lib/.build-id/7d /usr/lib/.build-id/7d/44d41cafed49504a1c06ecbe445e4938fcd38f /usr/lib/libmpd.so.1 /usr/lib/libmpd.so.1.3.0 /usr/share/doc/libmpd /usr/share/doc/libmpd/COPYING /usr/share/doc/libmpd/ChangeLog /usr/share/doc/libmpd/README
## References
* [libmpd website](http://gmpc.wikia.com/wiki/Gnome_Music_Player_Client)
## Summary
In this tutorial we learn how to install `libmpd` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).