Prerequisite Software

Prerequisite Software

Resonate RFID Reader Management requires the Snap package manager, several standard Linux utilities for server administration, and the OS Java truststore.
Snap is usually pre-installed on recent versions of Ubuntu. If it is not, install it with the following command:
sudo apt update sudo apt install snapd
Ensure the following standard utilities are also installed and updated:
curl
,
findutils
,
coreutils
, and
bash
. To do so, use:
sudo apt update sudo apt install curl findutils coreutils bash
Ensure that the Ubuntu OS Java truststore is installed. If it is not, install it with the following command:
sudo apt install ca-certificates-java