antimicrox command not found

In this troubleshooting guide we learn how to fix antimicrox command not found error message

Introduction

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

antimicrox: command not found

or when using sudo you get the following error message

sudo: antimicrox: command not found

Solutions to antimicrox: command not found

How To Fix antimicrox: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu antimicrox is provided by antimicro package.

antimicro is:

AntiMicroX is a graphical program used to map keyboard keys and mouse controls to a gamepad. This program is useful for playing PC games using a gamepad that do not have any form of built-in gamepad support. However, you can use this program to control any desktop application (while running an X11 environment) with a gamepad.

https://github.com/AntiMicroX/antimicrox-profiles is a repository for pre-made AntiMicroX profiles, providing convenience controller layouts suitable for playing a game without having to map everything yourself.

Use evtest, or perhaps jstest from the joystick package, if you encounter problems detecting a controller, axes or buttons.

To fix this problem, we can install more using the command below.

sudo apt-get -y install antimicro

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

You can also use apt command to install antimicro.

sudo apt -y install antimicro

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

sudo aptitude install antimicro

Summary

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