ezstream-cfgmigrate command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
ezstream-cfgmigrate: command not found
or when using sudo you get the following error message
sudo: ezstream-cfgmigrate: command not found
Solutions to ezstream-cfgmigrate: command not found
How To Fix ezstream-cfgmigrate: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu ezstream-cfgmigrate is provided by ezstream package.
ezstream is:
Ezstream is an audio and video streaming client which feeds any icecast server with audio data and metadata from a standard input without reencoding. It thus requires very little CPU resources. Some playlists can be looped and composed with MP3, Ogg Vorbis or Ogg Theora media files. Shoutcast metadata are also supported.
To fix this problem, we can install more using the command below.
sudo apt-get -y install ezstream
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install ezstream.
sudo apt -y install ezstream
Or if you have aptitude installed you can use the following command.
sudo aptitude install ezstream
Summary
In this tutorial we learn how to fix ezstream-cfgmigrate command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.