How To Install audacious-plugin-fc on Fedora 36

In this tutorial we learn how to install audacious-plugin-fc in Fedora 36. audacious-plugin-fc is Future Composer input plugin for Audacious

Introduction

In this tutorial we learn how to install audacious-plugin-fc on Fedora 36.

What is audacious-plugin-fc

This is an input plugin for Audacious which can play back Future Composer music files from AMIGA. Song-length detection and seek are implemented, too.

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

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

sudo dnf -y install audacious-plugin-fc

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

sudo yum -y install audacious-plugin-fc

How To Uninstall audacious-plugin-fc on Fedora 36

To uninstall only the audacious-plugin-fc package we can use the following command:

sudo dnf remove audacious-plugin-fc

audacious-plugin-fc Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/b1
/usr/lib/.build-id/b1/1b175ffaf4f5b9471a3e7e85fc2d63d9e8d95b
/usr/lib64/audacious/Input/fcdecoder.so
/usr/share/appdata/audacious-plugin-fc.metainfo.xml
/usr/share/doc/audacious-plugin-fc
/usr/share/doc/audacious-plugin-fc/README
/usr/share/licenses/audacious-plugin-fc
/usr/share/licenses/audacious-plugin-fc/COPYING

References

Summary

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