xwiishow command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
xwiishow: command not found
or when using sudo you get the following error message
sudo: xwiishow: command not found
Solutions to xwiishow: command not found
How To Fix xwiishow: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu xwiishow is provided by xwiimote package.
xwiimote is:
This provides tools related to the open source Nintendo Wii Remote linux device driver.
This contains the tool for displaying Wii remote connected and the setting tool which uses operation of Wii remote as keyboard.
To fix this problem, we can install more using the command below.
sudo apt-get -y install xwiimote
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install xwiimote.
sudo apt -y install xwiimote
Or if you have aptitude installed you can use the following command.
sudo aptitude install xwiimote
Summary
In this tutorial we learn how to fix xwiishow command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.