2017-12-11 1 views
0

우분투 17로 노드 js를 설치하려고합니다.이 오류가 계속 발생합니다. 나는 그것이 무엇을 의미하는지 모른다.우분투에 PHP 및 노드 j 설치 17

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. 

답변

0

, 나는이 우분투의 기능을 잘을 모르는, 그래서 기술 솔루션은 시스템에 손상을 줄 수 있습니다.

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 

을 사용했다.