xvid4conf command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
xvid4conf: command not found
or when using sudo you get the following error message
sudo: xvid4conf: command not found
Solutions to xvid4conf: command not found
How To Fix xvid4conf: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu xvid4conf is provided by xvid4conf package.
xvid4conf is:
This tool creates XviD configuration files. The generated configuration file is meant to be read by transcodes xvid4 export module. This module (and so the configuration file) is intended to be used with XviD 1.0 (dev-api-4)
To fix this problem, we can install more using the command below.
sudo apt-get -y install xvid4conf
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install xvid4conf.
sudo apt -y install xvid4conf
Or if you have aptitude installed you can use the following command.
sudo aptitude install xvid4conf
Summary
In this tutorial we learn how to fix xvid4conf command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.