How To Install rhythmbox-ampache on Fedora 36

In this tutorial we learn how to install rhythmbox-ampache in Fedora 36. rhythmbox-ampache is Ampache plugin for Rhythmbox

Introduction

In this tutorial we learn how to install rhythmbox-ampache on Fedora 36.

What is rhythmbox-ampache

The Rhythmbox Ampache Plugin is a plugin for the music player Rhythmbox that enables browsing the metadata and streaming music from an Ampache media server.

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

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

sudo dnf -y install rhythmbox-ampache

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

sudo yum -y install rhythmbox-ampache

How To Uninstall rhythmbox-ampache on Fedora 36

To uninstall only the rhythmbox-ampache package we can use the following command:

sudo dnf remove rhythmbox-ampache

rhythmbox-ampache Package Contents on Fedora 36

/usr/lib/python3.10/site-packages/rhythmbox_ampache-0.11-py3.10.egg-info
/usr/lib64/rhythmbox/plugins/ampache
/usr/lib64/rhythmbox/plugins/ampache/AmpacheBrowser.py
/usr/lib64/rhythmbox/plugins/ampache/AmpacheConfigDialog.py
/usr/lib64/rhythmbox/plugins/ampache/ampache.plugin
/usr/lib64/rhythmbox/plugins/ampache/ampache.py
/usr/share/doc/rhythmbox-ampache
/usr/share/doc/rhythmbox-ampache/README
/usr/share/glib-2.0/schemas/org.gnome.rhythmbox.plugins.ampache.gschema.xml
/usr/share/licenses/rhythmbox-ampache
/usr/share/licenses/rhythmbox-ampache/LICENSE
/usr/share/rhythmbox/plugins/ampache
/usr/share/rhythmbox/plugins/ampache/ampache-prefs.ui
/usr/share/rhythmbox/plugins/ampache/ampache.ico
/usr/share/rhythmbox/plugins/ampache/ampache.png

References

Summary

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