lomoco command not found

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

Introduction

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

lomoco: command not found

or when using sudo you get the following error message

sudo: lomoco: command not found

Solutions to lomoco: command not found

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

In Ubuntu lomoco is provided by lomoco package.

lomoco is:

lomoco can configure vendor-specific options on Logitech USB mice (or dual-personality mice plugged into the USB port). A number of recent devices are supported. The program is mostly useful in setting the resolution to 800 cpi or higher on mice that boot at 400 cpi (such as the MX500, MX510, MX1000 etc.), and disabling SmartScroll or Cruise Control for those who would rather use the two extra buttons as ordinary mouse buttons. It can also retrieve battery level from wireless mice.

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

sudo apt-get -y install lomoco

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

You can also use apt command to install lomoco.

sudo apt -y install lomoco

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

sudo aptitude install lomoco

Summary

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