luckyluks command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
luckyluks: command not found
or when using sudo you get the following error message
sudo: luckyluks: command not found
Solutions to luckyluks: command not found
How To Fix luckyluks: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu luckyluks is provided by luckyluks package.
luckyluks is:
This program is a Linux GUI for creating and (un-)locking encrypted volumes from container files. Unlocked containers leave an icon in the systray as a reminder to close them eventually. Supports cryptsetup/LUKS and Truecrypt container files.
To fix this problem, we can install more using the command below.
sudo apt-get -y install luckyluks
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install luckyluks.
sudo apt -y install luckyluks
Or if you have aptitude installed you can use the following command.
sudo aptitude install luckyluks
Summary
In this tutorial we learn how to fix luckyluks command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.