deepin-deb-installer command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
deepin-deb-installer: command not found
or when using sudo you get the following error message
sudo: deepin-deb-installer: command not found
Solutions to deepin-deb-installer: command not found
How To Fix deepin-deb-installer: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu deepin-deb-installer is provided by deepin-deb-installer package.
deepin-deb-installer is:
Deepin Package Manager is a management tool for deb package, and is developed for users to easily install customized applications that are not categorized in Deepin Store. With an easy-to-use interface as well as functions like batch installation, version detection and auto-completion of dependencies, you can quickly get the software installed on deepin once you get the right deb package.
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-deb-installer
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install deepin-deb-installer.
sudo apt -y install deepin-deb-installer
Or if you have aptitude installed you can use the following command.
sudo aptitude install deepin-deb-installer
Summary
In this tutorial we learn how to fix deepin-deb-installer command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.