HomeGenie Forum
General Category => Troubleshooting and Support => Topic started by: satek on September 04, 2015, 04:37:57 AM
-
Hi
New to this forum !
Is it possible to intstall HG on Rpi 2 loaded with latest Raspbian from rpi.org ?
Thanks in advance
-
Yes that works
-
Thanks Dani
-
HG wiki page says that ,
It can work only on soft float debian
But rpi 2 with nee rsapbian is hard folat system.Am I right ?
When I tried to install with "sudo gdebi homegenie-beta_1.00.r491_all.deb " in commad line .It says no file found
When I checked download folder it HG File there. How to proceed .Please help !!
-
Hi Satek,
try this four commands:
wget http://sourceforge.net/projects/homegenie/files/homegenie-beta_1.00.r491_all.deb (http://sourceforge.net/projects/homegenie/files/homegenie-beta_1.00.r491_all.deb)
sudo apt-get update
sudo apt-get install gdebi-core
sudo gdebi homegenie-beta_1.00.r491_all.deb
I canceled "/download" in the first line
-
Thank you