HomeGenie Forum

General Category => Troubleshooting and Support => Topic started by: dutchie on March 29, 2014, 08:42:03 AM

Title: installation raspberry pi
Post by: dutchie on March 29, 2014, 08:42:03 AM
Hi all,

I'm not familiar with Linux and also HG.
I try to install it on my PI.
I did:
sudo apt-get update
sudo apt-get install gdebi-core
sudo gdebi homegenie-beta_1.00.352_all.deb
the first two commands are ok but the last line returns:
gdebi error, file not found: homegenie-beta_1.00.352_all.deb
Title: Re: installation raspberry pi
Post by: Jens on March 29, 2014, 08:59:08 AM
you need to

download the latest version from the repository (sourceforge or link on hg website)
copy the file to the raspberry into e.g. home/pi
run the last command sudo gdebi homegenie.... from the path where you copied the file

cheers
jens
Title: Re: installation raspberry pi
Post by: dutchie on March 29, 2014, 11:12:09 AM
The only file I can find is a zip containing an image file.
Zipped or unzipped; it won't work.
So where do I find the file you are talking about.
Title: Re: installation raspberry pi
Post by: Jens on March 29, 2014, 11:35:21 AM
Here:

http://www.homegenie.it/download.php

select the download link for raspian, which gets you to

http://sourceforge.net/projects/homegenie/files/homegenie-beta_1.00.352_all.deb/download
Title: Re: installation raspberry pi
Post by: dutchie on March 29, 2014, 04:44:54 PM
Here:

[url]http://sourceforge.net/projects/homegenie/files/homegenie-beta_1.00.352_all.deb/download[/url]


Thx, running.
Now I will try tofigure out how the Razberry works.