Prerequisite Software

Prerequisite Software

Resonate RFID Reader Management requires several standard Linux utilities for server administration and the OS Java truststore. For other required software, the
setup.sh
script installs it if it is not already installed.
  • Ensure the standard utilities
    curl
    ,
    findutils
    ,
    coreutils
    , and
    bash
    are installed and up-to-date. The following commands install them and update them if required.
    For Ubuntu:
    sudo apt update sudo apt install curl findutils coreutils bash
    For Red Hat:
    yum install curl findutils coreutils bash
  • Ensure that the OS Java truststore is installed. The following commands install it and update it if required.
    For Ubuntu:
    sudo apt install ca-certificates-java
    For Red Hat:
    sudo dnf install ca-certificates