lur-command command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
lur-command: command not found
or when using sudo you get the following error message
sudo: lur-command: command not found
Solutions to lur-command: command not found
How To Fix lur-command: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu lur-command is provided by lur-command package.
lur-command is:
This package contains lur-command, which controls Logitech Unifying Receivers and attached devices, allowing devices to be enumerated, disconnected and paired.
To fix this problem, we can install more using the command below.
sudo apt-get -y install lur-command
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install lur-command.
sudo apt -y install lur-command
Or if you have aptitude installed you can use the following command.
sudo aptitude install lur-command
Summary
In this tutorial we learn how to fix lur-command command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.