subliminal command not found

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

Introduction

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

subliminal: command not found

or when using sudo you get the following error message

sudo: subliminal: command not found

Solutions to subliminal: command not found

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

In Ubuntu subliminal is provided by subliminal package.

subliminal is:

This is an easy to use CLI (command-line interface) tool suitable for direct use or cron jobs.

Subliminal uses multiple providers to give users a vast choice and have a better chance to find the best matching subtitles. Providers are extensible through a dedicated entry point.

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

sudo apt-get -y install subliminal

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

You can also use apt command to install subliminal.

sudo apt -y install subliminal

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

sudo aptitude install subliminal

Summary

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