whipper command not found

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

Introduction

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

whipper: command not found

or when using sudo you get the following error message

sudo: whipper: command not found

Solutions to whipper: command not found

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

In Ubuntu whipper is provided by whipper package.

whipper is:

Whipper is a Python CD-DA ripper based on the morituri project (CDDA ripper for *nix systems aiming for accuracy over speed). It enhances morituri which development seems to have halted merging old ignored pull requests, improving it with bugfixes and new features.

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

sudo apt-get -y install whipper

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

You can also use apt command to install whipper.

sudo apt -y install whipper

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

sudo aptitude install whipper

Summary

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