spuunmux command not found
In this troubleshooting guide we learn how to fix spuunmux command not found error message
Introduction
When you run more command in linux terminal / console, you get the following error message
spuunmux: command not found
or when using sudo you get the following error message
sudo: spuunmux: command not found
Solutions to spuunmux: command not found
How To Fix spuunmux: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu spuunmux is provided by dvdauthor package.
dvdauthor is:
dvdauthor is a program that will generate a DVD movie from a valid mpeg2 stream that should play when you put it in a DVD player.
To fix this problem, we can install more using the command below.
sudo apt-get -y install dvdauthor
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install dvdauthor.
sudo apt -y install dvdauthor
Or if you have aptitude installed you can use the following command.
sudo aptitude install dvdauthor
Summary
In this tutorial we learn how to fix spuunmux command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.