shelxle command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
shelxle: command not found
or when using sudo you get the following error message
sudo: shelxle: command not found
Solutions to shelxle: command not found
How To Fix shelxle: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu shelxle is provided by shelxle package.
shelxle is:
ShelXle combines an editor with syntax highlighting for the SHELXL-associated .ins (input) and .res (output) files with an interactive graphical display for visualization of a three-dimensional structure including the electron density (Fo) and difference density (Fo-Fc) maps.
https://dx.doi.org/10.1107/S0021889811043202
To fix this problem, we can install more using the command below.
sudo apt-get -y install shelxle
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install shelxle.
sudo apt -y install shelxle
Or if you have aptitude installed you can use the following command.
sudo aptitude install shelxle
Summary
In this tutorial we learn how to fix shelxle command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.