sound-juicer command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
sound-juicer: command not found
or when using sudo you get the following error message
sudo: sound-juicer: command not found
Solutions to sound-juicer: command not found
How To Fix sound-juicer: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu sound-juicer is provided by sound-juicer package.
sound-juicer is:
A CD ripper for GNOME which aims to have a simple, clean, easy to use interface.
The package includes support by default for Vorbis and FLAC formats. For other supports you need the following packages:
- gstreamer1.0-plugins-ugly to encode to MP2,
- gstreamer1.0-lame (not available in the Debian archive) to encode to MP3,
- gstreamer1.0-plugins-really-bad (not available in Debian) to encode to AAC.
To fix this problem, we can install more using the command below.
sudo apt-get -y install sound-juicer
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install sound-juicer.
sudo apt -y install sound-juicer
Or if you have aptitude installed you can use the following command.
sudo aptitude install sound-juicer
Summary
In this tutorial we learn how to fix sound-juicer command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.