sanlock command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
sanlock: command not found
or when using sudo you get the following error message
sudo: sanlock: command not found
Solutions to sanlock: command not found
How To Fix sanlock: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu sanlock is provided by sanlock package.
sanlock is:
Sanlock ensures that single disk cannot be used by more than one running VM at a time, across any host in a network.
This package contains the binaries and private shared libraries.
To fix this problem, we can install more using the command below.
sudo apt-get -y install sanlock
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install sanlock.
sudo apt -y install sanlock
Or if you have aptitude installed you can use the following command.
sudo aptitude install sanlock
Summary
In this tutorial we learn how to fix sanlock command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.