1. Download the linux version according to your system from this link :
http://jp-minerals.org/vesta/en/download.html
2. Installing the libraries libjpeg62 according to your system from this link
https://knowledge.safe.com/articles/310/installing-missing-libraries-on-linux.html
For Ubunto system we run the following command:
sudo apt-get install libpng12-0
For Opensuse system we run the following command:
sudo zypper install libpng12-0
0 Comments