Ubuntu 18.04 command line code to download and install

Forum / NoMachine for Linux / Ubuntu 18.04 command line code to download and install

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #24946
    uncled
    Participant

    Hi All

    I have a Linux x86_64 Virtual server set up with Ubuntu 18.04 (for AMD64/Intel EM64T).

    Would like to connect from my Mac to the Linux server with NoMachine.

    NoMachine is setup and installed on my Mac.

    Have accessed the Linux server via Mac SSH terminal.

    Looking for the command line code to download and install NoMachine to insert into the terminal.

    Any assistance would be appreciated.

    Thanks

     

    #24953
    Bilbotine
    Participant

    Hi uncled,

    You can use:

    wget https://download.nomachine.com/download/6.9/Linux/nomachine_6.9.2_1_amd64.deb

    sudo dpkg -i nomachine_6.9.2_1_amd64.deb

    Please also read the article “How to install NoMachine from the command line on Linux”: https://www.nomachine.com/AR01L00775

     

    #24954
    uncled
    Participant

    Thank you Bilbotine

    The Download was successful.

    The install line gave this error, and is not recognising the format:

    root@vps611qvjk:~# sudo dpkg -i nomachine_6.9.2_1_amd64.deb

    dpkg-deb: error: ‘nomachine_6.9.2_1_amd64.deb’ is not a Debian format archive

    dpkg: error processing archive nomachine_6.9.2_1_amd64.deb (–install):

     dpkg-deb –control subprocess returned error exit status 2

    Errors were encountered while processing:

     nomachine_6.9.2_1_amd64.deb

    #24960
    fisherman
    Moderator

    Hi uncled,

    Based on the output it looks that your package is broken during download. Please can you verify MD5 signature by using command
    md5sum nomachine_6.9.2_1_amd64.deb

    Correct MD5 signature you can find here https://www.nomachine.com/download/download&id=6

    Additionally, can you show output of the command uname -a

    #24962
    uncled
    Participant

    Hi Fisherman

    Yes you were correct the MD5 is different.

    This is the signature I have:

    Last login: Mon Dec 23 16:50:32 2019 from 41.144.75.58

    root@vps611qvjk:~# md5sum nomachine_6.9.2_1_amd64.deb

    33d619758ac2877c5bd42996533f8583  nomachine_6.9.2_1_amd64.deb

    The Correct MD signature on the website is: 86fe9a0f9ee06ee6fce41aa36674f727

    The output is:

    Linux vps611qvjk.yourlocaldomain.com 4.15.0 #1 SMP Thu Jun 27 15:10:55 MSK 2019 x86_64 x86_64 x86_64 GNU/Linux

    root@vps611qvjk:~# 

     

    #24974
    fisherman
    Moderator

    Please can you try re-download and install package again.

    #24978
    uncled
    Participant

    Hi Fisheman

    Getting the same error after downloaded and installation again….

    Saving to: ‘nomachine_6.9.2_1_amd64.deb.3’

    nomachine_6.9.2_1_a 100%[===================>]  44.59M  6.55MB/s    in 7.6s    

    2019-12-25 06:38:41 (5.84 MB/s) – ‘nomachine_6.9.2_1_amd64.deb.3’ saved [46753672/46753672]

    root@vps611qvjk:~# sudo dpkg -i nomachine_6.9.2_1_amd64.deb

    dpkg-deb: error: ‘nomachine_6.9.2_1_amd64.deb’ is not a Debian format archive

    dpkg: error processing archive nomachine_6.9.2_1_amd64.deb (–install):

     dpkg-deb –control subprocess returned error exit status 2

    Errors were encountered while processing:

     nomachine_6.9.2_1_amd64.deb

    root@vps611qvjk:~# md5sum nomachine_6.9.2_1_amd64.deb

    33d619758ac2877c5bd42996533f8583  nomachine_6.9.2_1_amd64.deb

    root@vps611qvjk:~# 

    The MD5 is still different..

    How do I correct that?

    Thanks

    #24989
    fisherman
    Moderator

    Hi uncled,

    I verified download few times and everything is OK, so to avoid using the old corrupted installation file, please do as following
    curl https://download.nomachine.com/download/6.9/Linux/nomachine_6.9.2_1_amd64.deb -o nomachine_6.9.2_1_amd64-new.deb

    md5sum nomachine_6.9.2_1_amd64-new.deb
    dpkg -i nomachine_6.9.2_1_amd64-new.deb
Viewing 8 posts - 1 through 8 (of 8 total)

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