liggghts command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
liggghts: command not found
or when using sudo you get the following error message
sudo: liggghts: command not found
Solutions to liggghts: command not found
How To Fix liggghts: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu liggghts is provided by liggghts package.
liggghts is:
LIGGGHTS stands for LAMMPS improved for general granular and granular heat transfer simulations.
LAMMPS is a classical molecular dynamics simulator. It is widely used in the field of Molecular Dynamics. Thanks to physical and algorithmic analogies, LAMMPS is a very good platform for DEM simulations. LAMMPS offers a GRANULAR package to perform these kind of simulations. LIGGGHTS aims to improve those capability with the goal to apply it to industrial applications. Development version.
To fix this problem, we can install more using the command below.
sudo apt-get -y install liggghts
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install liggghts.
sudo apt -y install liggghts
Or if you have aptitude installed you can use the following command.
sudo aptitude install liggghts
Summary
In this tutorial we learn how to fix liggghts command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.