Hamachi on OSMC

I’m trying to do the same thing. Hamachi is a good solution for my needs, and I’ve got it running OK on Raspbian Jesse Lite. It’s entirely configurable from the CLI.

I followed the same instructions on OSMC and although I can see hamachi in /usr/bin/ when I try to run it with sudo hamachi login I get the error :

sudo: unable to execute /usr/bin/hamachi: No such file or directory

I’ve followed the same instructions I followed for Jesse Lite :
sudo apt-get update
sudo apt-get install usb
wget https://secure.logmein.com/labs/logmein-hamachi_2.1.0.139-1_armhf.deb
dpkg -i logmein-hamachi_2.1.0.139-1_armhf.deb

I get the message :
[ ok ] Starting logmein-hamachi (via systemctl): logmein-hamachi.service.

But can’t then run hamachi command line commands.

Anything obvious?