xine-list-1.2 command not found

In this troubleshooting guide we learn how to fix xine-list-1.2 command not found error message

Introduction

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

xine-list-1.2: command not found

or when using sudo you get the following error message

sudo: xine-list-1.2: command not found

Solutions to xine-list-1.2: command not found

How To Fix xine-list-1.2: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu xine-list-1.2 is provided by libxine2-bin package.

libxine2-bin is:

This package contains the core library of the xine video/media player engine.

Libxine provides the complete infrastructure for a video/media player. It supports MPEG 1/2 and some AVI and Quicktime videos out of the box, so you can use it to play DVDs, (S)VCDs and most video files out there. It supports network streams, subtitles and even MP3 or Ogg files. It’s extensible to your heart’s content via plugins for audio and video output, input media, demuxers (stream types), audio/video and subtitle codecs.

To fix this problem, we can install more using the command below.

sudo apt-get -y install libxine2-bin

This command might take some time to finish depending on your machine internet connection.

You can also use apt command to install libxine2-bin.

sudo apt -y install libxine2-bin

Or if you have aptitude installed you can use the following command.

sudo aptitude install libxine2-bin

Summary

In this tutorial we learn how to fix xine-list-1.2 command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.