KP184 Modbus Software Version 1.0.89.0 for Linux - Ubuntu:
Install Bash Script 64-bitUser_ManualUser manual pages 11 to 14 explain the Linux installation procedure.
Installation bash script help:
Synopsis:
./kp184_install.sh
./kp184_install.sh [Option] [--output "install folder"]
./kp184_install.sh [--input "archive filename"] [--output "install folder"]
./kp184_install.sh [-i "archive filename"] [-o "install folder"]
Description:
Bash script file to install the KP184 electronic load data acquisition and control Modbus application software on Ubuntu. The bash script handles new installations as well as upgrades preserving the user application configuration.The application calls this bash script whenever needs to upgrade.
A .desktop file is added to the folder /home/username/.local/share/applications to add the application icon to the desktop application menu.
The archive (tar.gz) file is deleted at the end of the installation.
Options:
-h | --help
Displays this help
-V | --version
Displays the installation bash script file version.
-u | --uninstall
Uninstalls the application from your system, leaving all the application user data files (images, pdf reports and csv data files).
-y | --yes
The script does not stop to ask for y/n to proceed.
-i | --input "archive path and filename"
Specifies path and filename for the installation archive. (Ex: /home/username/Downloads/setup_kp184_10890_64-bit.tar.gz)
-o | --output "installation folder name" (Ex: kp184)
Specifies a name for the application installation folder
Examples:
./kp184_install.sh
Searches
https://www.interflexo.com//kp184// for the latest 64-bit Linux release and downloads the archive installation (tar.gz) file to /home/username/Downloads then installs the application on folder /home/username/.local/kp184
This is the simpler method for installation.
./kp184_install.sh -i ~/Downloads/setup_kp184_10890_64-bit.tar.gz
Uses the provided archive file and installs the application on folder /home/username/.local/kp184
./kp184_install.sh -o kp184_modbus
Searches
https://www.interflexo.com//kp184// for the latest 64-bit Linux release and downloads the archive installation (tar.gz) file to /home/username/Downloads then installs the application on folder /home/username/.local/kp184_modbus
./kp184_install.sh -u
Performs the application uninstallation. It first looks for the /home/username/.local/kp184 installation folder. If it’s not found then a recursive search is made inside the /home/username/.local folder.
./kp184_install.sh -u -o “kp184 modbus”
Performs the application uninstallation. It first looks for the /home/username/.local/kp184 modbus installation folder. If it’s not found then a recursive search is made inside the /home/username/.local folder. Folder names with spaces should be enclosed in double quotes.