mcomix command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
mcomix: command not found
or when using sudo you get the following error message
sudo: mcomix: command not found
Solutions to mcomix: command not found
How To Fix mcomix: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu mcomix is provided by mcomix package.
mcomix is:
MComix is an user-friendly, customizable image viewer. It is specifically designed to handle comic books, but also serves as a generic viewer. It reads images in ZIP, RAR, 7Zip or tar archives as well as plain image files. It is written in Python and uses GTK+ through the PyGTK bindings, and runs on both Linux and Windows.
MComix is a fork of the Comix project, and aims to add bug fixes and stability improvements after Comix development came to a halt in late 2009.
MComix3 is a fork of the MComix project (of gtk3 branch), which port MComix to python3.
To fix this problem, we can install more using the command below.
sudo apt-get -y install mcomix
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install mcomix.
sudo apt -y install mcomix
Or if you have aptitude installed you can use the following command.
sudo aptitude install mcomix
Summary
In this tutorial we learn how to fix mcomix command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.