zuluMount-cli command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
zuluMount-cli: command not found
or when using sudo you get the following error message
sudo: zuluMount-cli: command not found
Solutions to zuluMount-cli: command not found
How To Fix zuluMount-cli: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu zuluMount-cli is provided by zulumount-cli package.
zulumount-cli is:
zulucrypt is a suite of applications for creating and managing volumes encrypted with luks, plain, truecrypt and veracrypt.
zulumount-cli is a command line interface that has a primary mission of opening and closing encrypted volumes as well as mounting and unmounting unencrypted volumes and opened encrypted ones. Its primary purpose is to do what tools like udisks does.
To fix this problem, we can install more using the command below.
sudo apt-get -y install zulumount-cli
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install zulumount-cli.
sudo apt -y install zulumount-cli
Or if you have aptitude installed you can use the following command.
sudo aptitude install zulumount-cli
Summary
In this tutorial we learn how to fix zuluMount-cli command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.