qjackrcd command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
qjackrcd: command not found
or when using sudo you get the following error message
sudo: qjackrcd: command not found
Solutions to qjackrcd: command not found
How To Fix qjackrcd: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu qjackrcd is provided by qjackrcd package.
qjackrcd is:
QJackRcd is a simple stereo recorder for Jack with few features as silence processing for automatic pause, file splitting, background file post-processing. It can be used with QJackCtl.
Features:
- QT simple GUI with disk usage and vumeter.
- Jack support for recording, jack transport support.
- Silence compressing with auto pause and optional file splitting.
- Background WAV post processing for format conversion and signal processing.
- Automatic connection with first launched jack source facility.
To fix this problem, we can install more using the command below.
sudo apt-get -y install qjackrcd
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install qjackrcd.
sudo apt -y install qjackrcd
Or if you have aptitude installed you can use the following command.
sudo aptitude install qjackrcd
Summary
In this tutorial we learn how to fix qjackrcd command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.