oggfwd command not found
In this troubleshooting guide we learn how to fix oggfwd command not found error message
Introduction
When you run more command in linux terminal / console, you get the following error message
oggfwd: command not found
or when using sudo you get the following error message
sudo: oggfwd: command not found
Solutions to oggfwd: command not found
How To Fix oggfwd: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu oggfwd is provided by oggfwd package.
oggfwd is:
oggfwd is a simple source client to forward an ogg file to an Icecast 2 streaming server. It forwards audio or video ogg files read from stdin.
To fix this problem, we can install more using the command below.
sudo apt-get -y install oggfwd
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install oggfwd.
sudo apt -y install oggfwd
Or if you have aptitude installed you can use the following command.
sudo aptitude install oggfwd
Summary
In this tutorial we learn how to fix oggfwd command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.