ripperx command not found

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

Introduction

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

ripperx: command not found

or when using sudo you get the following error message

sudo: ripperx: command not found

Solutions to ripperx: command not found

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

In Ubuntu ripperx is provided by ripperx package.

ripperx is:

ripperX is a graphical interface for ripping CD audio tracks (using cdparanoia) and then encoding them into the Ogg, FLAC, or MP2/3 formats using the vorbis tools, FLAC, toolame or other available MP3 encoders.

It includes support for CDDB lookups and ID3v2 tags.

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

sudo apt-get -y install ripperx

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

You can also use apt command to install ripperx.

sudo apt -y install ripperx

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

sudo aptitude install ripperx

Summary

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