petri-foo command not found
In this troubleshooting guide we learn how to fix petri-foo command not found error message
Introduction
When you run more command in linux terminal / console, you get the following error message
petri-foo: command not found
or when using sudo you get the following error message
sudo: petri-foo: command not found
Solutions to petri-foo: command not found
How To Fix petri-foo: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu petri-foo is provided by petri-foo package.
petri-foo is:
A simple but very useful midi controlled sampler for ALSA/JACK featuring:
- 64 notes of polyphony, spread across up to 64 patches.
- fast, high quality pitch scaling, linear ADSR volume envelopes.
- low pass filter with resonance; a variety of direction-independent.
- playback modes and zoomable sample editor for loop and play points.
Petri-Foo is a fork of the Specimen Sampler project.
To fix this problem, we can install more using the command below.
sudo apt-get -y install petri-foo
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install petri-foo.
sudo apt -y install petri-foo
Or if you have aptitude installed you can use the following command.
sudo aptitude install petri-foo
Summary
In this tutorial we learn how to fix petri-foo command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.