Manual installation
You can perform a manual installation of the MQTT server as follows:
el8
You have to install the .rpm file named pandora_iot_server-1.0-1.el8.x86_64.rpm
sudo dnf install ./pandora_iot_server-1.0-1.el8.x86_64.rpm
el9
You have to install the .rpm file named pandora_iot_server-1.0-1.el9.x86_64.rpm
sudo dnf install ./pandora_iot_server-1.0-1.el9.x86_64.rpm
ubuntu
You must install the .deb file named pandora_iot_server_1.0-1.deb
sudo dpkg -i pandora_iot_server_1.0-1.deb
Once the command is executed, it will ask for confirmation to install the server.
After accepting, the server will be installed and we can start configuring the message listener.