deepin-image-viewer command not found

In this troubleshooting guide we learn how to fix deepin-image-viewer command not found error message

Introduction

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

deepin-image-viewer: command not found

or when using sudo you get the following error message

sudo: deepin-image-viewer: command not found

Solutions to deepin-image-viewer: command not found

How To Fix deepin-image-viewer: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu deepin-image-viewer is provided by deepin-image-viewer package.

deepin-image-viewer is:

Deepin Image Viewer is an image viewer and manager elaborately produced by Deepin Technology. It is fashion and smooth, supports multiple image formats, user can view any kind of image. The image management in Deepin Image Viewer, allows user to rank images in Timeline by date, add image to “My favorites” or different albums. All images can be arranged in perfect order by Deepin Image Viewer.

This package is part of DDE (Deepin Desktop Environment).

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

sudo apt-get -y install deepin-image-viewer

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

You can also use apt command to install deepin-image-viewer.

sudo apt -y install deepin-image-viewer

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

sudo aptitude install deepin-image-viewer

Summary

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