avibox command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
avibox: command not found
or when using sudo you get the following error message
sudo: avibox: command not found
Solutions to avibox: command not found
How To Fix avibox: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu avibox is provided by ogmrip package.
ogmrip is:
ogmrip is an application and a set of libraries for ripping and encoding DVD into AVI, OGM MP4 or Matroska files using a wide variety of codecs. It relies on mplayer, mencoder, ogmtools, mkvtoolnix, oggenc, lame and faac to perform its tasks. o transcodes from DVD or files o outputs ogm, avi, mp4 or matroska files o calculates video bitrate for a given filesize o calculates cropping parameters and scaling factors o supports multiple audio and subtitles streams encoding o lots of codecs (vorbis, mp3, pcm, ac3, dts, aac, xvid, lavc, x264, theora) o uses maximum quality codec switches o rips contiguous chapters
To fix this problem, we can install more using the command below.
sudo apt-get -y install ogmrip
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install ogmrip.
sudo apt -y install ogmrip
Or if you have aptitude installed you can use the following command.
sudo aptitude install ogmrip
Summary
In this tutorial we learn how to fix avibox command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.