qwinff command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
qwinff: command not found
or when using sudo you get the following error message
sudo: qwinff: command not found
Solutions to qwinff: command not found
How To Fix qwinff: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu qwinff is provided by qwinff package.
qwinff is:
This is a free and open source media converter frontend to FFmpeg. FFmpeg is a powerful command-line utility to convert audio and video file into numerous formats. QWinFF features a rich set of presets to help users use FFmpeg easily without having to manually input command-line flags. Average users can convert multiple media files in just a few clicks, while advanced users can still adjust conversion parameters in detail.
To fix this problem, we can install more using the command below.
sudo apt-get -y install qwinff
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install qwinff.
sudo apt -y install qwinff
Or if you have aptitude installed you can use the following command.
sudo aptitude install qwinff
Summary
In this tutorial we learn how to fix qwinff command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.