How To Install libsidplayfp on Fedora 36

In this tutorial we learn how to install libsidplayfp in Fedora 36. libsidplayfp is SID chip music module playing library

Introduction

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

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.

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

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

sudo dnf -y install libsidplayfp

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

sudo yum -y install libsidplayfp

How To Uninstall libsidplayfp on Fedora 36

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

sudo dnf remove libsidplayfp

libsidplayfp Package Contents on Fedora 36

---
title: "How To Install libsidplayfp on Fedora 36"
linkTitle: "libsidplayfp"
type: "docs"
description: "In this tutorial we learn how to install libsidplayfp in Fedora 36. libsidplayfp is SID chip music module playing library"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/libsidplayfp-featured.png
---

## Introduction

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

### 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.  

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

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

sudo dnf -y install libsidplayfp

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

sudo yum -y install libsidplayfp

How To Uninstall libsidplayfp on Fedora 36

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

sudo dnf remove libsidplayfp

libsidplayfp Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/21
/usr/lib/.build-id/21/414be1e22782a754b8ba690af7f4087dc15b96
/usr/lib/.build-id/6d
/usr/lib/.build-id/6d/bdab20e2ab88083332f706727ef3f2a316504e
/usr/lib64/libsidplayfp.so.6
/usr/lib64/libsidplayfp.so.6.3.23
/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 36 using yum and [dnf]((/fedora/36/dnf/).

/usr/lib/.build-id /usr/lib/.build-id/5e /usr/lib/.build-id/5e/7db0ef066ea1c7feef2fb89fcd5f4e46ddafdc /usr/lib/.build-id/cd /usr/lib/.build-id/cd/b85a111d211154cdc50c0ff3b412c129a8f6e0 /usr/lib/libsidplayfp.so.6 /usr/lib/libsidplayfp.so.6.3.23 /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


## References

* [libsidplayfp website](https://github.com/libsidplayfp)

## Summary

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