qimgv command not found

In this troubleshooting guide we learn how to fix qimgv command not found error message

Introduction

When you run more command in linux terminal / console, you get the following error message

qimgv: command not found

or when using sudo you get the following error message

sudo: qimgv: command not found

Solutions to qimgv: command not found

How To Fix qimgv: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu qimgv is provided by qimgv package.

qimgv is:

Qimgv is an image viewer written in Qt5. It is fast, configurable and easy to use. It also provides optional video support.

To fix this problem, we can install more using the command below.

sudo apt-get -y install qimgv

This command might take some time to finish depending on your machine internet connection.

You can also use apt command to install qimgv.

sudo apt -y install qimgv

Or if you have aptitude installed you can use the following command.

sudo aptitude install qimgv

Summary

In this tutorial we learn how to fix qimgv command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.