aaxine command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
aaxine: command not found
or when using sudo you get the following error message
sudo: aaxine: command not found
Solutions to aaxine: command not found
How To Fix aaxine: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu aaxine is provided by xine-console package.
xine-console is:
xine-ui is a frontend for the libxine video player library.
This package contains additional front ends, aaxine, cacaxine and fbxine which run even on the console, so you can use it to watch DVDs even in an xterm. ;-)
To fix this problem, we can install more using the command below.
sudo apt-get -y install xine-console
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install xine-console.
sudo apt -y install xine-console
Or if you have aptitude installed you can use the following command.
sudo aptitude install xine-console
Summary
In this tutorial we learn how to fix aaxine command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.