qnapi command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
qnapi: command not found
or when using sudo you get the following error message
sudo: qnapi: command not found
Solutions to qnapi: command not found
How To Fix qnapi: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu qnapi is provided by qnapi package.
qnapi is:
QNapi is a graphical downloader of subtitles from napiprojekt.pl and opensubtitles.org sites. Subtitles may be fetched in many different languages.
QNapi’s capabilities are similar to napiproject.pl’s original client. New subtitles may be added to both, napiprojekt.pl and opensubtitles.org databases. Also bugs may be reported against existing subtitles.
To fix this problem, we can install more using the command below.
sudo apt-get -y install qnapi
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install qnapi.
sudo apt -y install qnapi
Or if you have aptitude installed you can use the following command.
sudo aptitude install qnapi
Summary
In this tutorial we learn how to fix qnapi command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.