ripoff command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
ripoff: command not found
or when using sudo you get the following error message
sudo: ripoff: command not found
Solutions to ripoff: command not found
How To Fix ripoff: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu ripoff is provided by ripoff package.
ripoff is:
RipOff is a GTK+ based CD Ripper for Linux that sports a simple interface, CDDB lookups, and a plugin-based encoder architecture.
This version doesn’t have MP3 support compiled in, you’ll need to install the ripoff-mp3-plugin package to rip into mp3.
This package contains the ripoff executable.
To fix this problem, we can install more using the command below.
sudo apt-get -y install ripoff
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install ripoff.
sudo apt -y install ripoff
Or if you have aptitude installed you can use the following command.
sudo aptitude install ripoff
Summary
In this tutorial we learn how to fix ripoff command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.