मैंने आधिकारिक वेबसाइट ( https://www.dartlang.org/tools/debian.html ) के निर्देशों के अनुसार डार्ट स्थापित किया है । अधिक सटीक होना:
$ 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
स्थापना सफल रही, लेकिन कुछ समय बाद मैंने पाया कि पब, डार्ट 2 जे जैसी कोई अन्य संबंधित कमांड नहीं है।
pub: command not found
dart2js: command not found
क्या गलत है?
OS: उबंटू 14.10