Can’t install on ARM64

Forum / NoMachine for Linux / Can’t install on ARM64

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #12372
    g00dnight
    Participant

    Hi,

    I got a NVidia Jetson TX1 board (ARM64 architecture). Some time ago I was able to install NoMachine on it, I don’t remember how exactly though, but nothing complicated, I believe. Now, for some reason I updated a firmware and got clean filesystem, and I need to re-install all software including NoMachine.

    I tried to download deb package for armv7, but no luck with it:

    $ sudo dpkg -i nomachine_5.1.44_1_armhf.deb

    dpkg: error processing archive nomachine_5.1.44_1_armhf.deb (–install):

    package architecture (armhf) does not match system (arm64)

    Errors were encountered while processing:

    nomachine_5.1.44_1_armhf.deb

    Maybe it was installer for arm64 before, but where is it now? Cheers!

    #12380
    kroy
    Contributor

    Packages for arm64 architecture will be available for download in the near future. At the moment we not support this architecture. But installation armhf is possible on your device. Multiarch lets you install library packages from multiple architectures on the same machine. So you just need to log as root and run following command:

    dpkg –add-architecture armhf
    apt-get update
    apt-get install libstdc++6:armhf libgcc1:armhf zlib1g:armhf libncurses5:armhf
    dpkg -i nomachine_5.1.44_1_armhf.deb

    Like on instructions: https://wiki.debian.org/Multiarch/HOWTO

Viewing 2 posts - 1 through 2 (of 2 total)

This topic was marked as solved, you can't post.