cannot find commands such as man or rpm

man is usually not installed on the iot image to save space.

sudo apt-get update ; sudo apt-get install man-db

Regards,