caporeira
Posts: 73
Joined: Sun Aug 25, 2013 5:58 pm

Haguichi on Raspbian Jessie

Thu Dec 17, 2015 8:16 pm

Hi,
I can't find Hamachi with GUI in Jessie. I'm searching on repositorium but nothing :(

fruitoftheloom
Posts: 23337
Joined: Tue Mar 25, 2014 12:40 pm
Location: Delightful Dorset

Re: Haguichi on Raspbian Jessie

Thu Dec 17, 2015 10:09 pm

caporeira wrote:Hi,
I can't find Hamachi with GUI in Jessie. I'm searching on repositorium but nothing :(
https://www.jgomez.net/install-hamachi- ... i-raspbian
Rather than negativity think outside the box !
RPi 4B 4GB (SSD Boot)..
Asus ChromeBox 3 Celeron is my other computer...

caporeira
Posts: 73
Joined: Sun Aug 25, 2013 5:58 pm

Re: Haguichi on Raspbian Jessie

Thu Dec 17, 2015 10:39 pm

Thank you!

But what I'm doing wrong ?

Code: Select all

pi@raspberrypi:~ $ sudo dpkg –force-architecture –force-depends -i logmein-hamac                                        hi_2.1.0.139-1_armel.deb
dpkg: error: need an action option

Type dpkg --help for help about installing and deinstalling packages [*];
Use 'apt' or 'aptitude' for user-friendly package management;
Type dpkg -Dhelp for a list of dpkg debug flag values;
Type dpkg --force-help for a list of forcing options;
Type dpkg-deb --help for help about manipulating *.deb files;

Options marked [*] produce a lot of output - pipe it through 'less' or 'more' !
pi@raspberrypi:~ $
https://www.dropbox.com/s/lywb04i4lc3o5 ... 2.jpg?dl=0

fruitoftheloom
Posts: 23337
Joined: Tue Mar 25, 2014 12:40 pm
Location: Delightful Dorset

Re: Haguichi on Raspbian Jessie

Fri Dec 18, 2015 7:05 am

caporeira wrote:Thank you!

But what I'm doing wrong ?

Code: Select all

pi@raspberrypi:~ $ sudo dpkg –force-architecture –force-depends -i logmein-hamac                                        hi_2.1.0.139-1_armel.deb
dpkg: error: need an action option

Type dpkg --help for help about installing and deinstalling packages [*];
Use 'apt' or 'aptitude' for user-friendly package management;
Type dpkg -Dhelp for a list of dpkg debug flag values;
Type dpkg --force-help for a list of forcing options;
Type dpkg-deb --help for help about manipulating *.deb files;

Options marked [*] produce a lot of output - pipe it through 'less' or 'more' !
pi@raspberrypi:~ $
https://www.dropbox.com/s/lywb04i4lc3o5 ... 2.jpg?dl=0
It does state to ensure you use correct file :?

sudo wget https://secure.logmein.com/labs/logmein ... _armel.deb

...should be

sudo wget https://secure.logmein.com/labs/logmein ... _armhf.deb



sudo dpkg –force-architecture –force-depends -i logmein-hamachi_2.1.0.139-1_armel.deb

....should be

]sudo dpkg –force-architecture –force-depends -i logmein-hamachi_2.1.0.139-1_armhf.deb
Rather than negativity think outside the box !
RPi 4B 4GB (SSD Boot)..
Asus ChromeBox 3 Celeron is my other computer...

caporeira
Posts: 73
Joined: Sun Aug 25, 2013 5:58 pm

Re: Haguichi on Raspbian Jessie

Sat Dec 19, 2015 10:59 am

Solved. Thank you.

Return to “Beginners”