怎么会这样nx服务器从命令行(UBUNTU)重新安装?
编辑:我按照建议下载文件并运行:
# sudo apt-get remove nxserver
# sudo dpkg -i nxserver_3.4.0-14_i386.deb
但我收到这个错误:
Setting up nxserver (3.4.0-14) ...
NX> 704 ERROR: Cannot add user: nx.
NX> 704 ERROR: User: nx already exists.
NX> 704 To fix the problem, you may try to completely uninstall NX
NX> 704 Server and install it from scratch. If this is not enough,
NX> 704 please delete the nx user by using the system commands and
NX> 704 proceed with a new installation of NX Server.
dpkg: error processing nxserver (--install):
subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
nxserver
谢谢
答案1
运行以下命令:
sudo apt-get remove nxserver
移除服务器。wget http://64.34.161.181/download/3.4.0/Linux/FE/nxserver_3.4.0-14_i386.deb
下载安装.deb。sudo gdebi nxserver_3.4.0-14_i386.deb
(假设您运行它的目录中没有其他任何东西)使用 gdebi 安装下载的 deb。
这是一个代码块,您可以将整个代码复制到终端并运行它:
sudo apt-get remove nxserver && wget http://64.34.161.181/download/3.4.0/Linux/FE/nxserver_3.4.0-14_i386.deb && sudo gdebi nxserver_3.4.0-14_i386.deb
答案2
跟着此处的说明用于 DEB 包。
使用以下方式下载软件包wget
:
wget http://64.34.161.181/download/3.4.0/Linux/FE/nxserver_3.4.0-14_i386.deb
发出此命令:
sudo dpkg -i nxserver_3.4.0-14_i386.deb
答案3
这可能对 Unbuntu 也有帮助。
在 Linux Mint 15 上,
我发现 nxserver 文件夹位于 /usr/NX/scripts/setup,然后 cd 到 setup 文件夹。然后我运行命令 - $sudo ./nxserver --uninstall,对 nxnode 也运行同样的命令 - $sudo ./nxnode --uninstall
然后 cd 到 /usr 并删除 /NX 文件夹
之后我能够安装最新的 nxserver 4