vaultlocker command not found

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

Introduction

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

vaultlocker: command not found

or when using sudo you get the following error message

sudo: vaultlocker: command not found

Solutions to vaultlocker: command not found

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

In Ubuntu vaultlocker is provided by vaultlocker package.

vaultlocker is:

vaultlocker provides a way to store and retrieve dm-crypt encryption keys in Vault, automatically retrieving keys and opening LUKS dm-crypt devices on boot.

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

sudo apt-get -y install vaultlocker

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

You can also use apt command to install vaultlocker.

sudo apt -y install vaultlocker

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

sudo aptitude install vaultlocker

Summary

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