qcomicbook command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
qcomicbook: command not found
or when using sudo you get the following error message
sudo: qcomicbook: command not found
Solutions to qcomicbook: command not found
How To Fix qcomicbook: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu qcomicbook is provided by qcomicbook package.
qcomicbook is:
QComicBook is a viewer for comic book archives containing jpeg/png images, which aims at convenience and simplicity. Features include: automatic decompression, full-screen mode, page scaling, mouse or keyboard navigation etc.
QComicBook for now supports archives:
- cbr - rar-compressed
- cbz - zip-compressed
- cba - ace-compressed
- cbg - targzipped
- cbb - tarbzip2ped
To fix this problem, we can install more using the command below.
sudo apt-get -y install qcomicbook
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install qcomicbook.
sudo apt -y install qcomicbook
Or if you have aptitude installed you can use the following command.
sudo aptitude install qcomicbook
Summary
In this tutorial we learn how to fix qcomicbook command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.