我正在尝试重新安装节点。我试着下载一个更新的版本,我正在搞砸。
为了卸载,我清除了usr/local/bin/ and usr/local/src
遵循这些说明
https://github.com/joysent/node/wiki/Installing-Node.js-via-package-manager#ubuntu-mint
当我跑步时
xx.x@x:~/src/node-v0.10.18$ checkinstall
我得到了
dpkg: regarding .../node_0.10.18-1_i386.deb containing node:
nodejs conflicts with node
node (version 0.10.18-1) is to be installed.
node provides node and is to be installed.
dpkg: error processing /home/hassan/src/node-v0.10.18/node_0.10.18-1_i386.deb (--install):
conflicting packages - not installing node
Errors were encountered while processing:
/home/hassan/src/node-v0.10.18/node_0.10.18-1_i386.deb
(END)
我不确定我还应该做什么。我尝试了其他一些东西。
:(
更多详情
这是在命令行上显示的内容
Copying files to the temporary directory...OK
Stripping ELF binaries and libraries...OK
Compressing man pages...OK
Building file list...OK
Building Debian package...OK
Installing Debian package... FAILED!
*** Failed to install the package
Do you want to see the log file? [y]: y
*** SIGINT received ***
Restoring overwritten files from backup...OK
Cleaning up...OK
Bye.
OH我解决了!我通过synaptic删除了所有与节点相关的文件! :d
答案 0 :(得分:0)
您可以使用我在此处提供的预先构建的软件包:
https://launchpad.net/~chris-lea/+archive/node.js
他们安装/usr/bin/nodejs
二进制文件,然后创建符号链接到/usr/bin/node
。
如果您打算使用这些,请确定删除任何先前安装的任何痕迹,以便系统使用正确的二进制文件。