streamtuner2 command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
streamtuner2: command not found
or when using sudo you get the following error message
sudo: streamtuner2: command not found
Solutions to streamtuner2: command not found
How To Fix streamtuner2: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu streamtuner2 is provided by streamtuner2 package.
streamtuner2 is:
streamtuner2 is a browser for radio station directories. It can fetch lists from SHOUTcast, Xiph.org, Live365, Jamendo, DMOZ, basic.ch, Punkcast. And it lists stream entries by category or genre. It reuses existing audio players, and recording is delegated to streamripper.
It mimics the original streamtuner 0.99.99, but is easier to extend because it’s written entirely in Python. It’s already in a stable and useable form.
To fix this problem, we can install more using the command below.
sudo apt-get -y install streamtuner2
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install streamtuner2.
sudo apt -y install streamtuner2
Or if you have aptitude installed you can use the following command.
sudo aptitude install streamtuner2
Summary
In this tutorial we learn how to fix streamtuner2 command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.