gaupol command not found

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

Introduction

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

gaupol: command not found

or when using sudo you get the following error message

sudo: gaupol: command not found

Solutions to gaupol: command not found

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

In Ubuntu gaupol is provided by gaupol package.

gaupol is:

Text-based subtitles are commonly used with DivX video. Gaupol supports multiple subtitle file formats and provides means of text corrections and time manipulations. Gaupol’s user interface is designed with attention to batch processing of multiple documents and convenient translating.

Supported formats are:

  • Advanced Sub Station Alpha (.ssa)
  • MicroDVD (.sub)
  • MPL2 (.txt)
  • SubRip (.srt)
  • Sub Station Alpha (.ssa)
  • SubViewer2 (.sub)
  • TMPlayer (.txt)

VobSubs (image-based subtitles used in DVDs) are NOT supported.

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

sudo apt-get -y install gaupol

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

You can also use apt command to install gaupol.

sudo apt -y install gaupol

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

sudo aptitude install gaupol

Summary

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