How to install packages on your server for tools?
In order to install the packages needed to make works some extra tools of the application you need a server with Debian/Ubuntu as OS and root privileges to access into SSH terminal.
These are the commands for install all the required packages:
apt-get install python3 python3-pil python3-numpy python3-pip apt-get install hugin-tools pip3 install pyshtools apt-get install ruby-fastimage
If your operating system is ubuntu 22.04 and you can't install the hugin-tools package, fix it by running these additional commands:
add-apt-repository ppa:ubuntuhandbook1/hugin apt-get update apt-get install hugin-tools