ssr-brs.qt command not found

In this troubleshooting guide we learn how to fix ssr-brs.qt command not found error message

Introduction

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

ssr-brs.qt: command not found

or when using sudo you get the following error message

sudo: ssr-brs.qt: command not found

Solutions to ssr-brs.qt: command not found

How To Fix ssr-brs.qt: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu ssr-brs.qt is provided by soundscaperenderer package.

soundscaperenderer is:

The SoundScape Renderer (SSR) is a tool for real-time spatial audio reproduction providing a variety of rendering algorithms, e.g. Wave Field Synthesis, Higher-Order Ambisonics and binaural techniques.

This package contains a version of SSR compiled with graphical interface using Qt.

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

sudo apt-get -y install soundscaperenderer

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

You can also use apt command to install soundscaperenderer.

sudo apt -y install soundscaperenderer

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

sudo aptitude install soundscaperenderer

Summary

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