subtitlecomposer command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
subtitlecomposer: command not found
or when using sudo you get the following error message
sudo: subtitlecomposer: command not found
Solutions to subtitlecomposer: command not found
How To Fix subtitlecomposer: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu subtitlecomposer is provided by subtitlecomposer package.
subtitlecomposer is:
A text-based subtitles editor supporting basic operations (text, time and style edition), realtime previewing and spell checking. Other fancy features are delaying all subtitles in the current subtitle file, checking errors or creating translations.
Different backends (GStreamer, MPlayer, MPV, or Phonon) can be used to play the realtime video preview which helps to synchronize the subtitles.
To fix this problem, we can install more using the command below.
sudo apt-get -y install subtitlecomposer
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install subtitlecomposer.
sudo apt -y install subtitlecomposer
Or if you have aptitude installed you can use the following command.
sudo aptitude install subtitlecomposer
Summary
In this tutorial we learn how to fix subtitlecomposer command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.