horgand command not found

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

Introduction

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

horgand: command not found

or when using sudo you get the following error message

sudo: horgand: command not found

Solutions to horgand: command not found

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

In Ubuntu horgand is provided by horgand package.

horgand is:

Horgand is a JACK capable organ client with presets and some effects incorporated. It generates the sound in real time like a FM synthesizer. Due this, you can change the frecuency of all the drawars and add some special effects. It features auto-accompaniment, looped drums, and a bass line in a wave table way.

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

sudo apt-get -y install horgand

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

You can also use apt command to install horgand.

sudo apt -y install horgand

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

sudo aptitude install horgand

Summary

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