deepin-movie command not found

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

Introduction

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

deepin-movie: command not found

or when using sudo you get the following error message

sudo: deepin-movie: command not found

Solutions to deepin-movie: command not found

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

In Ubuntu deepin-movie is provided by deepin-movie package.

deepin-movie is:

Deepin Movie provides an intuitive easy to use operation interface and rich complete shortcuts. You can complete all play operations by keyboard, which will make you thoroughly get rid of the constraint of mouse click. Video files in various formats can be played through Deepin Movie, and you can use the streaming function to easily enjoy online video resources.

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-movie

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

You can also use apt command to install deepin-movie.

sudo apt -y install deepin-movie

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

sudo aptitude install deepin-movie

Summary

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