Skip to content

Instantly share code, notes, and snippets.

@danielef
Created March 28, 2022 19:23
Hamachi Ubuntu 18.04 Jetson arm64
sudo dpkg --add-architecture armhf
sudo apt-get update
sudo apt-get install libc6:armhf
sudo ln -s /lib/ld-linux-armhf.so.3 /lib/ld-linux.so.3
sudo apt-get install libstdc++6:armhf
sudo wget https://www.vpn.net/installers/logmein-hamachi_2.1.0.203-1_armhf.deb
sudo dpkg -i logmein-hamachi_2.1.0.203-1_armhf.deb
sudo hamachi login
sudo hamachi attach-net my@mail.com
@tomsepe
Copy link

tomsepe commented Oct 9, 2022

I tried this on a raspberry pi 4 running Ubuntu 22.04 and it worked great. thank you!

@michaspie8
Copy link

I tried this on Odroid M1 with Ubuntu 22.04 and it worked great too, thank you danielef!!!

@skender18
Copy link

skender18 commented Mar 24, 2023

Amazing, work fine with Ubuntu Server on OrangePi 5

@SergeyL-1979
Copy link

Привет. Работает на BliKVM v4 Allwinner H616 Ubuntu 22.04 LTS.

Hi. Works on BliKVM v4 Allwinner H616 Ubuntu 22.04 LTS

@syedsalmanalam1
Copy link

I am trying to install it on Jetson NX. Jetpack 6.x
After running sudo apt-get update, I am getting the following error

Reading package lists... Done
N: Skipping acquire of configured file 'main/binary-amd64/Packages' as repository 'https://repo.download.nvidia.com/jetson/common r36.3 InRelease' doesn't support architecture 'amd64'
N: Skipping acquire of configured file 'main/binary-armhf/Packages' as repository 'https://repo.download.nvidia.com/jetson/common r36.3 InRelease' doesn't support architecture 'armhf'
N: Skipping acquire of configured file 'main/binary-armhf/Packages' as repository 'https://repo.download.nvidia.com/jetson/t234 r36.3 InRelease' doesn't support architecture 'armhf'
N: Skipping acquire of configured file 'main/binary-amd64/Packages' as repository 'https://repo.download.nvidia.com/jetson/t234 r36.3 InRelease' doesn't support architecture 'amd64'
N: Skipping acquire of configured file 'main/binary-amd64/Packages' as repository 'https://repo.download.nvidia.com/jetson/ffmpeg r36.3 InRelease' doesn't support architecture 'amd64'
N: Skipping acquire of configured file 'main/binary-armhf/Packages' as repository 'https://repo.download.nvidia.com/jetson/ffmpeg r36.3 InRelease' doesn't support architecture 'armhf'
E: Failed to fetch http://ports.ubuntu.com/ubuntu-ports/dists/jammy/main/binary-amd64/Packages 404 Not Found [IP: 2620:2d:4000:1::19 80]
E: Failed to fetch http://ports.ubuntu.com/ubuntu-ports/dists/jammy-backports/main/binary-amd64/Packages 404 Not Found [IP: 2620:2d:4000:1::19 80]
E: Failed to fetch http://ports.ubuntu.com/ubuntu-ports/dists/jammy-updates/main/binary-amd64/Packages 404 Not Found [IP: 2620:2d:4000:1::19 80]
E: Failed to fetch http://ports.ubuntu.com/ubuntu-ports/dists/jammy-security/main/binary-amd64/Packages 404 Not Found [IP: 2620:2d:4000:1::19 80]
E: Some index files failed to download. They have been ignored, or old ones used instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment