mediawiki2latex-pyqt command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
mediawiki2latex-pyqt: command not found
or when using sudo you get the following error message
sudo: mediawiki2latex-pyqt: command not found
Solutions to mediawiki2latex-pyqt: command not found
How To Fix mediawiki2latex-pyqt: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu mediawiki2latex-pyqt is provided by mediawiki2latexguipyqt package.
mediawiki2latexguipyqt is:
This Graphic User Interface allows you to begin using mediawiki2latex most easily. Mediawiki2latex provides the user with a simple way of turning a page hosted on a server running MediaWiki into a high quality PDF output. The GUI runs mediawikitolatex and displays its standard and error outputs in separate graphic tabs, while maintaining a reliable progress bar.
To fix this problem, we can install more using the command below.
sudo apt-get -y install mediawiki2latexguipyqt
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install mediawiki2latexguipyqt.
sudo apt -y install mediawiki2latexguipyqt
Or if you have aptitude installed you can use the following command.
sudo aptitude install mediawiki2latexguipyqt
Summary
In this tutorial we learn how to fix mediawiki2latex-pyqt command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.