comskip-gui command not found

In this troubleshooting guide we learn how to fix comskip-gui command not found error message

Introduction

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

comskip-gui: command not found

or when using sudo you get the following error message

sudo: comskip-gui: command not found

Solutions to comskip-gui: command not found

How To Fix comskip-gui: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu comskip-gui is provided by comskip-gui package.

comskip-gui is:

Comskip is a commercial detector. It is a console application that reads a mpeg or h.264 file and analyses the content based on a large amount of configurable parameters. A gui is also provided.

After analysis it generates a file in various possible formats containing the location of the commercials inside the video file.

The formats include input files for interactive video editors (VideoRedo, Cuttermaran,Mpeg2Schnitt…) command line video cutters (mpgtx, cuttermaran, mencoder) and video players (zoomplayer, mplayer, …).

Comskip can read MPEG PS, TS, DVR-MS and WTV files up to UHD resolution (max 4000x2400) at various framerates (PAL and NTSC). Comskip can NOT read copy protected recordings.

This is the package providing the graphical user interface based on sdl.

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

sudo apt-get -y install comskip-gui

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

You can also use apt command to install comskip-gui.

sudo apt -y install comskip-gui

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

sudo aptitude install comskip-gui

Summary

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