BRP_PACU command not found

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

Introduction

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

BRP_PACU: command not found

or when using sudo you get the following error message

sudo: BRP_PACU: command not found

Solutions to BRP_PACU: command not found

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

In Ubuntu BRP_PACU is provided by brp-pacu package.

brp-pacu is:

Brp-pacu compares the output of the system to the input of the system and allows you to use this data to perform final equalization by matching the results with actual DSP/EQ.

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

sudo apt-get -y install brp-pacu

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

You can also use apt command to install brp-pacu.

sudo apt -y install brp-pacu

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

sudo aptitude install brp-pacu

Summary

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