공식 웹 사이트 ( https://www.dartlang.org/tools/debian.html )의 지침에 따라 Dart를 설치했습니다 . 더 정확하게 말하자면 :
$ sudo apt-get update
$ sudo apt-get install apt-transport-https
# Get the Google Linux package signing key.
$ sudo sh -c 'curl https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add -'
# Set up the location of the stable repository.
$ sudo sh -c 'curl https://storage.googleapis.com/download.dartlang.org/linux/debian/dart_stable.list > /etc/apt/sources.list.d/dart_stable.list'
$ sudo apt-get update
$ sudo apt-get install dart
설치에 성공했지만 얼마 후 pub, dart2js와 같은 다른 관련 명령이 없다는 것을 알았습니다.
pub: command not found
dart2js: command not found
뭐가 문제 야?
운영체제 : Ubuntu 14.10