dump3d command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
dump3d: command not found
or when using sudo you get the following error message
sudo: dump3d: command not found
Solutions to dump3d: command not found
How To Fix dump3d: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu dump3d is provided by survex package.
survex is:
A software suite to process, view, and print cave survey data. Survex is cross-platform (Linux, Unix, macOS, Microsoft Windows). It has been translated into many languages. It can deal with extremely large and complex datasets and can read survey data from many sources.
To fix this problem, we can install more using the command below.
sudo apt-get -y install survex
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install survex.
sudo apt -y install survex
Or if you have aptitude installed you can use the following command.
sudo aptitude install survex
Summary
In this tutorial we learn how to fix dump3d command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.