tomb command not found

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

Introduction

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

tomb: command not found

or when using sudo you get the following error message

sudo: tomb: command not found

Solutions to tomb: command not found

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

In Ubuntu tomb is provided by tomb package.

tomb is:

Tomb is a free and easy to operate desktop application for fairly strong encryption of personal files. A tomb is like a locked folder that can be transported and hidden in filesystems; its keys are password protected and can be kept separate, for instance keeping the tomb file in your computer’s harddisk and the key file on a USB stick.

Tomb relies on dm-crypt (and cryptsetup) as an encryption backend using the aes-xts-plain64 cypher.

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

sudo apt-get -y install tomb

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

You can also use apt command to install tomb.

sudo apt -y install tomb

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

sudo aptitude install tomb

Summary

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