Requirements
To verify the requirements automatically:
-
Download and run the shell script.
-
Follow the instructions from the script to automatically verify all requirements listed below.
Shell Utilities Requirements
The table below lists the system utilities (busybox or gnu) required on the IoT device to install Quantum IoT Protect Nano Agent.

arch | dirname | for | modinfo | shift | umask |
awk | dmesg | grep | more | sleep | uname |
base64 | do | gunzip | mv | sort | unset |
basename | done | gzip | netstat | source | until |
break | du | head | od | split | wc |
case | echo | id | pgrep | stat | which |
cat | elif | if | pidof | systemctl | while |
cd | else | ifconfig | printf | tail | |
chgrp | enable | in | ps | tar | |
chmod | esac | ip | pwd | test | |
chown | ethtool | kill | read | then | |
cksum | eval | killall | return | timeout | |
command | exec | Idconfig | rev | top | |
continue | exit | In | rm | touch | |
cp | export | local | script | tr | |
cut | expr | Is | sed | trap | |
date | FALSE | Ismod | seq | TRUE | |
dd | fi | md5sum | set | tty | |
df | find | mkdir | sh | type |
Libraries Requirements
The table below lists the system libraries required to run Quantum IoT Nano Agent on different IoT device architectures.

Architecture |
System Library |
For Nano Agent Standalone |
---|---|---|
AARCH64 - GLIBC |
libpthread.so[.0] (Version >= 2.28) |
libstdc++.so[.6] (Version 6.0.24) |
libssl.so[.3] (Version 3.x) |
|
|
libm.so[.6] (Version >= 2.28) |
|
|
libc.so[.6] (Version >= 2.28) |
|
|
libstdc++.so[.6] (Version 6.0.24) |
|
|
X86_64 - GLIBC |
libpthread.so[.0] (Version >= 2.23) |
libstdc++.so[.6] (Version 6.0.28) |
libssl.so[.3] (Version 3.x) |
|
|
libm.so[.6] (Version >= 2.23) |
|
|
libc.so[.6] (Version >= 2.23) |
|
|
ARM32 - GLIBC |
libpthread.so[.0] (Version >= 2.19) |
libstdc++.so[.6] (Version 6.0.20) |
libssl.so[.3] (Version 3.x) |
|
|
libm.so[.6] (Version >= 2.19) |
|
|
libc.so[.6] (Version >= 2.19) |
|
|
ARM32 - UCLIBC |
libpthread.so[.0] (Version >= 2.19) |
libstdc++.so[.6] (Version 6.0.20) |
libssl.so[.3] (Version 3.x) |
|
|
libm.so[.6] (Version >= 2.19) |
|
|
libc.so[.6] (Version >= 2.19) |
|
|
Note - Make sure that the system libraries are located in |
Directories Requirements
Make sure to have the following directories in your IoT device to run Quantum IoT Nano Agent:
Path |
Permissions |
---|---|
/dev/shm |
755 |