isrcsubmit command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
isrcsubmit: command not found
or when using sudo you get the following error message
sudo: isrcsubmit: command not found
Solutions to isrcsubmit: command not found
How To Fix isrcsubmit: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu isrcsubmit is provided by isrcsubmit package.
isrcsubmit is:
isrcsubmit is a command line utility to extract International Standard Recording Codes (ISRC) from audio CDs. It allows one to submit the extracted data to MusicBrainz. ISRCs are used to uniquely identify sound and music video recordings.
isrcsubmit supports multiple backends to extract ISRCs: libdiscid (the default) and cdrdao for discs that do not store ISRCs in the subchannel information.
A valid MusicBrainz account is required to submit ISRCs.
To fix this problem, we can install more using the command below.
sudo apt-get -y install isrcsubmit
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install isrcsubmit.
sudo apt -y install isrcsubmit
Or if you have aptitude installed you can use the following command.
sudo aptitude install isrcsubmit
Summary
In this tutorial we learn how to fix isrcsubmit command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.