spview command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
spview: command not found
or when using sudo you get the following error message
sudo: spview: command not found
Solutions to spview: command not found
How To Fix spview: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu spview is provided by spview package.
spview is:
SPVIEW is a multiplatform Java application that allows graphical assignment of high-resolution molecular spectra. It is possible to load, display and manipulate experimental and simulated spectra (XY ASCII format) as well as stick spectra in various formats (including HITRAN format).
To fix this problem, we can install more using the command below.
sudo apt-get -y install spview
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install spview.
sudo apt -y install spview
Or if you have aptitude installed you can use the following command.
sudo aptitude install spview
Summary
In this tutorial we learn how to fix spview command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.