foo-yc20-cli command not found

In this troubleshooting guide we learn how to fix foo-yc20-cli command not found error message

Introduction

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

foo-yc20-cli: command not found

or when using sudo you get the following error message

sudo: foo-yc20-cli: command not found

Solutions to foo-yc20-cli: command not found

How To Fix foo-yc20-cli: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu foo-yc20-cli is provided by foo-yc20 package.

foo-yc20 is:

The YC-20 is a divide-down combo organ designed in the late 60’s. This emulation faithfully copies the features, sounds and flaws of the original organ.

Features: - 61 keys - Two main voice sections - Switchable bass section - Generator + matrix mixer => no polyphony restrictions - A realism control to add flaws found in the real organ

Flaws: - Takes quite a bit of CPU power - No touch vibrato

The emulation is written in Faust and uses Jack for audio and MIDI.

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

sudo apt-get -y install foo-yc20

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

You can also use apt command to install foo-yc20.

sudo apt -y install foo-yc20

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

sudo aptitude install foo-yc20

Summary

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