rotter command not found

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

Introduction

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

rotter: command not found

or when using sudo you get the following error message

sudo: rotter: command not found

Solutions to rotter: command not found

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

In Ubuntu rotter is provided by rotter package.

rotter is:

Rotter is a Recording of Transmission / Audio Logger for JACK. It was designed for use by radio stations, who are legally required to keep a recording of all their output. Rotter runs continuously, writing to a new file every hour.

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

sudo apt-get -y install rotter

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

You can also use apt command to install rotter.

sudo apt -y install rotter

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

sudo aptitude install rotter

Summary

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