sidplayfp command not found

In this troubleshooting guide we learn how to fix sidplayfp command not found error message

Introduction

When you run more command in linux terminal / console, you get the following error message

sidplayfp: command not found

or when using sudo you get the following error message

sudo: sidplayfp: command not found

Solutions to sidplayfp: command not found

How To Fix sidplayfp: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu sidplayfp is provided by sidplayfp package.

sidplayfp is:

sidplayfp is a fork of sidplay2, a C64 music player which integrates the reSID SID chip emulation into a cycle-based emulator environment, started with primary purpose to improve emulation of the C64 system and the SID chips.

To fix this problem, we can install more using the command below.

sudo apt-get -y install sidplayfp

This command might take some time to finish depending on your machine internet connection.

You can also use apt command to install sidplayfp.

sudo apt -y install sidplayfp

Or if you have aptitude installed you can use the following command.

sudo aptitude install sidplayfp

Summary

In this tutorial we learn how to fix sidplayfp command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.