anyremote command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
anyremote: command not found
or when using sudo you get the following error message
sudo: anyremote: command not found
Solutions to anyremote: command not found
How To Fix anyremote: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu anyremote is provided by anyremote package.
anyremote is:
With anyRemote, arbitrary desktop applications can be remote-controlled via many modern mobile phones that support Bluetooth, IrDA or Wi-Fi communication using a J2ME client, AT modem commands, a web interface or IR remote controllers.
anyRemote supports wide range of modern cell phones like Nokia, SonyEricsson, Motorola and others.
To fix this problem, we can install more using the command below.
sudo apt-get -y install anyremote
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install anyremote.
sudo apt -y install anyremote
Or if you have aptitude installed you can use the following command.
sudo aptitude install anyremote
Summary
In this tutorial we learn how to fix anyremote command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.