zuluSafe-cli command not found

In this troubleshooting guide we learn how to fix zuluSafe-cli command not found error message

Introduction

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

zuluSafe-cli: command not found

or when using sudo you get the following error message

sudo: zuluSafe-cli: command not found

Solutions to zuluSafe-cli: command not found

How To Fix zuluSafe-cli: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu zuluSafe-cli is provided by zulusafe-cli package.

zulusafe-cli is:

zulucrypt is a suite of applications for creating and managing volumes encrypted with luks, plain, truecrypt and veracrypt.

zulusafe-cli is a tool responsible for the safe storage files in a wallet. Added files to the wallet will be stored in a secured file located at “~/.config/lxqt/wallets/zuluSafe/YYY.lwt” where YYY is the wallet name.

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

sudo apt-get -y install zulusafe-cli

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

You can also use apt command to install zulusafe-cli.

sudo apt -y install zulusafe-cli

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

sudo aptitude install zulusafe-cli

Summary

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