Ho installato Dart secondo le istruzioni dal sito Web ufficiale ( https://www.dartlang.org/tools/debian.html ). Per essere più esattamente:
$ 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
L'installazione è andata a buon fine, ma qualche tempo dopo ho scoperto che non ci sono altri comandi correlati come pub, dart2js.
pub: command not found
dart2js: command not found
Cosa c'è che non va?
Sistema operativo: Ubuntu 14.10