fadecut command not found

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

Introduction

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

fadecut: command not found

or when using sudo you get the following error message

sudo: fadecut: command not found

Solutions to fadecut: command not found

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

In Ubuntu fadecut is provided by fadecut package.

fadecut is:

fadecut is a script to rip audio files from a livestream and to process them automatically. Beginning and ending fo the audio files will be cut and faded in/out. So logos and advertising of radio stations will be automatically removed.

In streaming mode fadecut is ripping audio files using streamripper. The downloaded audio files are cutted using silence detection and then faded in and out. Subsequently, the files are encoded to either ogg or mp3 and tagged with tags (title, artist, genre and comment provided).

In file mode fadecut is just processing already ripped audio files.

An audio file which has already been processed is detected and will not be processed again. Not desired songs can be stored in a separate directory. This files are not processed anymore too.

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

sudo apt-get -y install fadecut

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

You can also use apt command to install fadecut.

sudo apt -y install fadecut

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

sudo aptitude install fadecut

Summary

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