Add64 command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
Add64: command not found
or when using sudo you get the following error message
sudo: Add64: command not found
Solutions to Add64: command not found
How To Fix Add64: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu Add64 is provided by add64 package.
add64 is:
Add64 is the result of my experiments around additive synthesis and is intended for research purposes only.
The spectral drawing scheme for the harmonics and envelopes has been inspired by the virtual pipe organ Aeolus by Fons Adriaensen.
To fix this problem, we can install more using the command below.
sudo apt-get -y install add64
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install add64.
sudo apt -y install add64
Or if you have aptitude installed you can use the following command.
sudo aptitude install add64
Summary
In this tutorial we learn how to fix Add64 command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.