我已经nodejs使用sudo apt-get install nodejs. 这安装了 0.10.32 版,但我想安装 0.10.15 版。我已经尝试过这个命令
sudo apt-get install nodejs=0.10.15-1chl1~precise1
哪个返回
E: Version '0.10.15-1chl1~precise1' for 'nodejs' was not found
我也试过 sudo apt-get install nodejs=0.10.15
我的 Ubuntu 版本是 14.10,我正在尝试通过 PPA 进行安装。
各位大侠有什么解决办法吗...
nodejs ×1