equalx command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
equalx: command not found
or when using sudo you get the following error message
sudo: equalx: command not found
Solutions to equalx: command not found
How To Fix equalx: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu equalx is provided by equalx package.
equalx is:
EqualX is a graphical interface to LaTeX and a bunch of conversion programs for aiding you write equations faster in LaTeX and export them to other applications.
To fix this problem, we can install more using the command below.
sudo apt-get -y install equalx
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install equalx.
sudo apt -y install equalx
Or if you have aptitude installed you can use the following command.
sudo aptitude install equalx
Summary
In this tutorial we learn how to fix equalx command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.