more G-Labs products

Author Topic: installation raspberry pi  (Read 3212 times)

March 29, 2014, 08:42:03 AM
Read 3212 times

dutchie

  • **
  • Information
  • Jr. Member
  • Posts: 47
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

March 29, 2014, 08:59:08 AM
Reply #1

Jens

  • *****
  • Information
  • Global Moderator
  • Posts: 211
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

March 29, 2014, 11:12:09 AM
Reply #2

dutchie

  • **
  • Information
  • Jr. Member
  • Posts: 47
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.

March 29, 2014, 11:35:21 AM
Reply #3

Jens

  • *****
  • Information
  • Global Moderator
  • Posts: 211

March 29, 2014, 04:44:54 PM
Reply #4

dutchie

  • **
  • Information
  • Jr. Member
  • Posts: 47