Forum / NoMachine for Linux / Ubuntu 18.04 command line code to download and install
Tagged: Linux x86_64, Ubuntu 18.04
- This topic has 7 replies, 3 voices, and was last updated 4 years, 11 months ago by fisherman.
-
AuthorPosts
-
December 23, 2019 at 11:05 #24946uncledParticipant
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
December 23, 2019 at 11:29 #24953BilbotineParticipantHi 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
December 23, 2019 at 14:33 #24954uncledParticipantThank 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
December 23, 2019 at 15:38 #24960fishermanModeratorHi 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
December 24, 2019 at 11:42 #24962uncledParticipantHi 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:~#
Attachments:
December 24, 2019 at 12:21 #24974fishermanModeratorPlease can you try re-download and install package again.
December 27, 2019 at 10:07 #24978uncledParticipantHi 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
December 27, 2019 at 10:17 #24989fishermanModeratorHi 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
-
AuthorPosts
This topic was marked as solved, you can't post.