How To Install nyxmms2 on Fedora 36

In this tutorial we learn how to install nyxmms2 in Fedora 36. nyxmms2 is Commandline client for XMMS2

Introduction

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

What is nyxmms2

nyxmms2 is the new official commandline client for XMMS2. It can be run in either shell-mode (if started without arguments), or in inline-mode where it executes the command passed as argument directly.

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

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

sudo dnf -y install nyxmms2

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

sudo yum -y install nyxmms2

How To Uninstall nyxmms2 on Fedora 36

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

sudo dnf remove nyxmms2

nyxmms2 Package Contents on Fedora 36

/usr/bin/nyxmms2

References

Summary

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