danmaQ command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
danmaQ: command not found
or when using sudo you get the following error message
sudo: danmaQ: command not found
Solutions to danmaQ: command not found
How To Fix danmaQ: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu danmaQ is provided by danmaq package.
danmaq is:
DanmaQ is a desktop danmaku client. It is used to display danmaku strings.
“danmaku”, originally a Japanese word, is a certain method of instant commenting over the Internet. It originated in Japan and became popular in East Asian cultural circle. In this case, People write comments and send them to a danmaku server. The server will push comments to danmaku clients connected to it, where comments are displayed on a real-time basis. Comment strings will fly over the screen with artistic effects.
This package provides a danmaku client program implemented in Qt5.
To fix this problem, we can install more using the command below.
sudo apt-get -y install danmaq
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install danmaq.
sudo apt -y install danmaq
Or if you have aptitude installed you can use the following command.
sudo aptitude install danmaq
Summary
In this tutorial we learn how to fix danmaQ command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.