Help installing on RPi 3b plus

Forum / NoMachine for Raspberry Pi / Help installing on RPi 3b plus

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #27567
    himan
    Participant

    I have a Rasberry Pi 3 B+. First I tried downloading / installing “NoMachine for Raspberry ARMv8 DEB” (since I think RPi 3B+ is ARMv8), but when I tried to install I got this error message:

    sudo dpkg -i nomachine_6.10.12_1_arm64.deb

    dpkg: error processing archive nomachine_6.10.12_1_arm64.deb (–install):

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

    Errors were encountered while processing:

    nomachine_6.10.12_1_arm64.deb

    So, I downloaded and installed NoMachine for Raspberry ARMv7 DEB (nomachine_6.10.12_1_armhf.deb), and when I try to install this is the error message:

    Desktop $ sudo dpkg -i nomachine_6.10.12_1_armhf.deb

    (Reading database … 97657 files and directories currently installed.)

    Preparing to unpack nomachine_6.10.12_1_armhf.deb …

    Unpacking nomachine (6.10.12-1) over (6.10.12-1) …

    Setting up nomachine (6.10.12-1) …

    NX> 701 Starting update at: Sun May 17 15:23:51 2020.

    NX> 701 Updating: nxclient version: 6.10.12.

    NX> 701 Using installation profile: Debian.

    NX> 701 Update log is: /usr/NX/var/log/nxupdate.log.

    NX> 701 Updating: nxplayer version: 6.10.12.

    NX> 701 Using installation profile: Debian.

    NX> 701 Update log is: /usr/NX/var/log/nxupdate.log.

    NX> 701 To connect the remote printer to the local desktop,

    NX> 701 the user account must be a member of the CUPS System Group..

    NX> 701 Player update completed with warnings.

    NX> 701 Please review the update log for details.

    NX> 701 Updating: nxnode version: 6.10.12.

    NX> 701 Using installation profile: Debian.

    NX> 701 Update log is: /usr/NX/var/log/nxupdate.log.

    NX> 701 Saving configuration file to: /usr/NX/etc/node.cfg.backup.

    NX> 701 Creating configuration in: /usr/NX/etc/node.cfg.

    NX> 701 Displaying file: /usr/NX/share/documents/node/cups-info

     

    CUPS Printing Backend

    The  NoMachine Node  setup procedure could not detect your

    CUPS installation: either  CUPS  is not installed on  your

    system or it was installed in a non-standard path. CUPS is

    needed  in order to  enable  printing  support  in your NX

    system.

    Please note that you can enable  printing support for your

    NX system at any time; to do this make sure  that you have

    CUPS installed then run:

    /usr/NX/scripts/setup/nxnode –printingsetup <pathname>

    to specify the location of the CUPS root path.

    NX> 701 Displaying file: /usr/NX/share/documents/node/pulseaudio-info

    PulseAudio Backend

    The NoMachine  setup procedure  could not  detect  your  PulseAudio

    installation:  either  PulseAudio is not  installed  on your system

    or it was  installed  in a non-standard path.  If PulseAudio is not

    available, NoMachine audio support will try to rely on ALSA device.

    Please note  that you can enable  PulseAudio  support  at any time;

    to do this  make sure that you have PulseAudio installed, then run:

     

    /usr/NX/scripts/setup/nxnode –audiosetup <path>

     

    to specify the location of the PulseAudio configuration files.

    NX> 701 Updating: nxserver version: 6.10.12.

    NX> 701 Using installation profile: Debian.

    NX> 701 Update log is: /usr/NX/var/log/nxupdate.log.

    NX> 701 Saving configuration file to: /usr/NX/etc/server.cfg.backup.

    NX> 701 Creating configuration in: /usr/NX/etc/server.cfg.

    NX> 701 ERROR: Installation of NoMachine server is corrupted:

    NX> 701 ERROR: Missing /usr/NX/etc/keys/node.localhost.id_dsa ssh key file!

    NX> 701 ERROR: Please uninstall and install the package again.

    NX> 701 Bye.

     

    #27602
    kroy
    Contributor

    Output shows that there NoMachine was installed already. Did that previous installation work? Maybe indeed you have arm64 architecture but NoMachine armv7 package was installed already 🙂

    To avoid further confusion, please uninstall NoMachine (sudo dpkg --purge nomachine && sudo rm -rf /usr/NX). Check architecture (uname -a for example), download correct version and install it.

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

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