Installing Hamachi in kali-linux

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.

user256815

Posted 2013-09-23T22:38:19.513

Reputation: 1

If it's not available on apt, both gdebi and dpkg can be used to install .deb files in case you haven't tried them. – QuickishFM – 2020-02-14T12:00:21.097

what 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

Answers

0

  1. go to Hamachi web page

  2. scroll down to LogMeIn Hamachi for Linux (Beta) command line version

  3. click on Learn more

  4. click on debian file with .deb extension for your architecture

  5. Use:

    sudo dpkg -i
    

    to install it.

Passerby

Posted 2013-09-23T22:38:19.513

Reputation: 1