jconvolver command not found

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

Introduction

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

jconvolver: command not found

or when using sudo you get the following error message

sudo: jconvolver: command not found

Solutions to jconvolver: command not found

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

In Ubuntu jconvolver is provided by jconvolver package.

jconvolver is:

Jconvolver is a Convolution Engine for JACK using FFT-based partitioned convolution with multiple partition sizes. It can execute up to a 64 by 64 convolution matrix (i.e. 4096 simultaneous convolutions) as long as your CPU(s) can handle the load.

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

sudo apt-get -y install jconvolver

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

You can also use apt command to install jconvolver.

sudo apt -y install jconvolver

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

sudo aptitude install jconvolver

Summary

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