deepin-shortcut-viewer command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
deepin-shortcut-viewer: command not found
or when using sudo you get the following error message
sudo: deepin-shortcut-viewer: command not found
Solutions to deepin-shortcut-viewer: command not found
How To Fix deepin-shortcut-viewer: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu deepin-shortcut-viewer is provided by deepin-shortcut-viewer package.
deepin-shortcut-viewer is:
Deepin-shortcut-viewer is a standalone binary that helps Deepin applications pop up their shortcut information on screen in a unified appearance.
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-shortcut-viewer
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install deepin-shortcut-viewer.
sudo apt -y install deepin-shortcut-viewer
Or if you have aptitude installed you can use the following command.
sudo aptitude install deepin-shortcut-viewer
Summary
In this tutorial we learn how to fix deepin-shortcut-viewer command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.