Hi have a Raspberry pi 5, where I like to install Neo Router on.
The installation for PI3 and PI 4 worked perfect on the older Debian platforms.. but seems like it is not working any more on the newer Debian 12.
Wen I install it, it gives no error, and looks like this:
pi@raspberrypi:~ $ sudo dpkg -i nrclient-2.6.2.5020a-pro-raspbian-armhf.deb Selecting previously unselected package nrclient:armhf. (Reading database ... 249360 files and directories currently installed.) Preparing to unpack nrclient-2.6.2.5020a-pro-raspbian-armhf.deb ... Unpacking nrclient:armhf (2.6-2.5020) ... Setting up nrclient:armhf (2.6-2.5020) ... Starting nrservice.sh (via systemctl): nrservice.service.
but once you like to run the nrclientcmd it gives you the following issue:
pi@raspberrypi:~ $ sudo ./nrclientcmd sudo: ./nrclientcmd: command not found
The processing unit of the PI 5, is 64bit. And debian 12 is a derivative from debian 11.
|