keynav command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
keynav: command not found
or when using sudo you get the following error message
sudo: keynav: command not found
Solutions to keynav: command not found
How To Fix keynav: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu keynav is provided by keynav package.
keynav is:
Keynav makes your keyboard a fast mouse cursor mover. You can move the cursor to any point on the screen with a few key strokes. It also simulates mouse click. You can do everything mouse can do with a keyboard.
To fix this problem, we can install more using the command below.
sudo apt-get -y install keynav
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install keynav.
sudo apt -y install keynav
Or if you have aptitude installed you can use the following command.
sudo aptitude install keynav
Summary
In this tutorial we learn how to fix keynav command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.