fbxine command not found

In this troubleshooting guide we learn how to fix fbxine command not found error message

Introduction

When you run more command in linux terminal / console, you get the following error message

fbxine: command not found

or when using sudo you get the following error message

sudo: fbxine: command not found

Solutions to fbxine: command not found

How To Fix fbxine: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu fbxine 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 fbxine command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.