miri_sdr command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
miri_sdr: command not found
or when using sudo you get the following error message
sudo: miri_sdr: command not found
Solutions to miri_sdr: command not found
How To Fix miri_sdr: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu miri_sdr is provided by miri-sdr package.
miri-sdr is:
Software for the Mirics MSi2500 + MSi001 SDR platform
The hardware part of MiriSDR brings information from an antenna connector to a USB plug.
This package is the software that provides control of the USB hardware and an API to pass data to software defined radio applications on the host.
This package contains a set of command line utilities:
To fix this problem, we can install more using the command below.
sudo apt-get -y install miri-sdr
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install miri-sdr.
sudo apt -y install miri-sdr
Or if you have aptitude installed you can use the following command.
sudo aptitude install miri-sdr
Summary
In this tutorial we learn how to fix miri_sdr command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.