我在 Azure 中有一台远程计算机,无法通过 rdp 连接到它,速度太慢,正在尝试安装 nomachine。我已尝试通过 tar 和 deb 进行安装。有人能给我指明正确的方向吗?
/usr/NX$ sudo wget https://download.nomachine.com/download/6.3/Linux/nomachine_8.10.1_1_amd64.deb
https://download.nomachine.com/download/6.3/Linux/nomachine_8.10.1_1_amd64.deb
Resolving download.nomachine.com (download.nomachine.com)... 83.222.232.25
Connecting to download.nomachine.com (download.nomachine.com)|83.222.232.25|:443... connected.
HTTP request sent, awaiting response... 302 Moved Temporarily
Location: https://www.nomachine.com [following]
https://www.nomachine.com/
Resolving www.nomachine.com (www.nomachine.com)... 80.92.83.99
Connecting to www.nomachine.com (www.nomachine.com)|80.92.83.99|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/html]
Saving to: ‘nomachine_8.10.1_1_amd64.deb’
/usr/NX$ ls -ial
total 156
1067067 drwxr-xr-x 2 root root 4096 Dec 11 18:29 .
1555 drwxr-xr-x 15 root root 4096 Dec 11 18:29 ..
1067068 -rw-r--r-- 1 root root 150012 Dec 11 18:29 nomachine_8.10.1_1_amd64.deb
nomachine_8.10.1_1_amd64.deb [ <=> ] 146.50K 364KB/s in 0.4s
2023-12-11 18:29:58 (364 KB/s) - ‘nomachine_8.10.1_1_amd64.deb’ saved [150012]
/usr/NX$ sudo dpkg -i nomachine_8.10.1_1_amd64.deb
dpkg-deb: error: 'nomachine_8.10.1_1_amd64.deb' is not a Debian format archive
dpkg: error processing archive nomachine_8.10.1_1_amd64.deb (--install):
dpkg-deb --control subprocess returned error exit status 2
Errors were encountered while processing:
nomachine_8.10.1_1_amd64.deb
dougcwa@Ubuntu-DC:/usr/NX$ ls -ial
total 156
1067067 drwxr-xr-x 2 root root 4096 Dec 11 18:29 .
1555 drwxr-xr-x 15 root root 4096 Dec 11 18:29 ..
1067068 -rw-r--r-- 1 root root 150012 Dec 11 18:29 nomachine_8.10.1_1_amd64.deb
谢谢