In Ubuntu, the commands for the obtained package would be as follows:
tar -xvf <product tar file>
openssl dgst -sha256 -verify informix.pem.pub.key -signature <tmpencode.sig> <product tar file>
tar -xvf <product tar file>
sudo ./installclientsdk
Allow Ports: Ensure that ports 9090 (for a noauth connection) and 9443 (for a secure connection) are open.
sudo ufw allow 9090
sudo ufw allow 9443
sudo firewall-cmd --permanent --add-port=9090/tcp
sudo firewall-cmd --permanent --add-port=9443/tcp
sudo firewall-cmd --reload
For more on LyciaWeb, refer to the LyciaWeb page.
See next: 2. Install Lycia Components