winff-gtk2 command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
winff-gtk2: command not found
or when using sudo you get the following error message
sudo: winff-gtk2: command not found
Solutions to winff-gtk2: command not found
How To Fix winff-gtk2: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu winff-gtk2 is provided by winff-gtk2 package.
winff-gtk2 is:
WinFF is a graphical user interface for FFmpeg. It will convert almost any video file that FFmpeg will convert. WinFF does multiple files in multiple formats at one time. You can, for example, convert mpeg’s, flv’s, and mov’s into avi’s (or DVD/VCD format or MPEG or 3gp etc.) all at once.
Users usually want to install the winff package and let their package manager decide which winff variant to use. If you want to override the packager’s choice, you can additionally select the required variant. This package provides the GTK+ variant of winff.
To fix this problem, we can install more using the command below.
sudo apt-get -y install winff-gtk2
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install winff-gtk2.
sudo apt -y install winff-gtk2
Or if you have aptitude installed you can use the following command.
sudo aptitude install winff-gtk2
Summary
In this tutorial we learn how to fix winff-gtk2 command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.