getstream command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
getstream: command not found
or when using sudo you get the following error message
sudo: getstream: command not found
Solutions to getstream: command not found
How To Fix getstream: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu getstream is provided by getstream package.
getstream is:
getstream is a small utility which is able to pull a MPEG transport stream from a DVB card and stream it to the local area network. It is written to replace VLC, and uses much less CPU and memory than VLC.
To fix this problem, we can install more using the command below.
sudo apt-get -y install getstream
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install getstream.
sudo apt -y install getstream
Or if you have aptitude installed you can use the following command.
sudo aptitude install getstream
Summary
In this tutorial we learn how to fix getstream command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.