在ubuntu 17上安装php和nodejs

时间:2017-12-11 10:31:16

标签: ubuntu npm

我试图用ubuntu 17安装节点js。我一直收到这个错误。我不知道这意味着什么。

curl -sL https://deb.nodesource.com/setup_7.x | sudo -E bash -

 Repository 'http://ppa.launchpad.net/ondrej/php/ubuntu artful InRelease' changed its 'Label' value from '***** The main PPA for PHP (5.6, 7.0, 7.1) with many PECL extensions *****' to '***** The main PPA for supported PHP versions with many PECL extensions *****'
    N: This must be accepted explicitly before updates for this repository can be applied. See apt-secure(8) manpage for details.

1 个答案:

答案 0 :(得分:0)

我不得不说,我不太了解Ubuntu的这些功能,因此所描述的解决方案可能会对您的系统造成损害。

根据apt-secure manpage,这是一项安全功能,可防止安装受损或可能有害的软件包。

我遇到了同样的问题并且运行了sudo apt-get update --allow-releaseinfo-change几次,直到我摆脱了错误。

之后我用

curl -sL https://deb.nodesource.com/setup_7.x | sudo -E bash -

最后

sudo apt-get install nodejs

更新我的节点安装。