soundkonverter command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
soundkonverter: command not found
or when using sudo you get the following error message
sudo: soundkonverter: command not found
Solutions to soundkonverter: command not found
How To Fix soundkonverter: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu soundkonverter is provided by soundkonverter package.
soundkonverter is:
soundKonverter is a frontend to various audio converters.
The key features are:
- Audio conversion
- Replay Gain calculation
- CD ripping
soundKonverter supports reading and writing tags for many formats, so the tags are preserved when converting files.
See README.Debian for more information on supported formats.
To fix this problem, we can install more using the command below.
sudo apt-get -y install soundkonverter
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install soundkonverter.
sudo apt -y install soundkonverter
Or if you have aptitude installed you can use the following command.
sudo aptitude install soundkonverter
Summary
In this tutorial we learn how to fix soundkonverter command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.