0
How to install Hamachi in kali-linux? I can't find any tutorial in the net. Using the official .deb package give me an error.
0
How to install Hamachi in kali-linux? I can't find any tutorial in the net. Using the official .deb package give me an error.
0
go to Hamachi web page
scroll down to LogMeIn Hamachi for Linux (Beta) command line version
click on Learn more
click on debian file with .deb extension for your architecture
Use:
sudo dpkg -i
to install it.
If it's not available on apt, both
gdebi
anddpkg
can be used to install .deb files in case you haven't tried them. – QuickishFM – 2020-02-14T12:00:21.097what error do you get? missing dependency? – Lorenzo Von Matterhorn – 2013-09-23T22:54:27.233
1I solved it. I used apt-get install -f logmein-hamachi – user256815 – 2013-09-23T23:05:25.367
was about to tell you just that :) good you solved it! – Lorenzo Von Matterhorn – 2013-09-23T23:07:19.713