How To Install libsidplayfp on Fedora 34

libsidplayfp is SID chip music module playing library SID chip music module playing library

Introduction

In this tutorial we learn how to install libsidplayfp on Fedora 34.

What is libsidplayfp

This library provides support for playing SID music modules originally created on Commodore 64 and compatibles. It contains a processing engine for MOS 6510 machine code and MOS 6581 Sound Interface Device (SID) chip output. It is used by music player programs like SIDPLAY and several plug-ins for versatile audio players. libsidplayfp 2.0.4 3.fc34 x86_64 165 k libsidplayfp-2.0.4-3.fc34.src.rpm fedora SID chip music module playing library http GPLv2+ This library provides support for playing SID music modules originally created on Commodore 64 and compatibles. It contains a processing engine for MOS 6510 machine code and MOS 6581 Sound Interface Device (SID) chip output. It is used by music player programs like SIDPLAY and several plug-ins for versatile audio players.

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

Install libsidplayfp on Fedora 34 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

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

sudo dnf -y install libsidplayfp

Install libsidplayfp on Fedora 34 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

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

sudo yum -y install libsidplayfp

How To Uninstall libsidplayfp on Fedora 34

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

sudo dnf remove libsidplayfp

libsidplayfp Package Contents on Fedora 34

/usr/lib/.build-id
/usr/lib/.build-id/5d
/usr/lib/.build-id/5d/1e1b732eaac178d8e4a60fb050840950251a15
/usr/lib/.build-id/8e
/usr/lib/.build-id/8e/a2054dfe1b8f911f75b7564a13f7831fa1b83f
/usr/lib/libsidplayfp.so.5
/usr/lib/libsidplayfp.so.5.2.14
/usr/lib/libstilview.so.0
/usr/lib/libstilview.so.0.0.4
/usr/share/doc/libsidplayfp
/usr/share/doc/libsidplayfp/AUTHORS
/usr/share/doc/libsidplayfp/NEWS
/usr/share/doc/libsidplayfp/README
/usr/share/doc/libsidplayfp/TODO
/usr/share/licenses/libsidplayfp
/usr/share/licenses/libsidplayfp/COPYING
/usr/lib/.build-id
/usr/lib/.build-id/93
/usr/lib/.build-id/93/8d1a8f00bab39b85726d02c8bf74eb0ab2f28a
/usr/lib/.build-id/e1
/usr/lib/.build-id/e1/e93e94a24595aeebdf093cfde602468b0d8325
/usr/lib64/libsidplayfp.so.5
/usr/lib64/libsidplayfp.so.5.2.14
/usr/lib64/libstilview.so.0
/usr/lib64/libstilview.so.0.0.4
/usr/share/doc/libsidplayfp
/usr/share/doc/libsidplayfp/AUTHORS
/usr/share/doc/libsidplayfp/NEWS
/usr/share/doc/libsidplayfp/README
/usr/share/doc/libsidplayfp/TODO
/usr/share/licenses/libsidplayfp
/usr/share/licenses/libsidplayfp/COPYING

References

Summary

In this tutorial we learn how to install libsidplayfp on Fedora 34 using yum and dnf.