bash: wget: 命令未找到

ale*_*xus 4 wget chrome-os chrome-book

我正在使用ASUS-Chromebook-Flip-C302CA/ Google Chrome OS-Version 65.0.3325.35 (Official Build) dev (64-bit)并且我正在尝试遵循Visual Studio Code for Chromebooks 和 Raspberry Pi,但未能执行最后一步并出现以下错误:

chronos@localhost ~ $ . <( wget -O - https://code.headmelted.com/installers/chromebook.sh )
bash: wget: command not found
chronos@localhost ~ $ 
Run Code Online (Sandbox Code Playgroud)

wget

chronos@localhost ~ $ whereis wget
wget:
chronos@localhost ~ $ which wget
which: no wget in (/usr/local/bin:/usr/bin:/bin:/opt/bin)
chronos@localhost ~ $ find / -name wget >/dev/null 2>&1
chronos@localhost ~ $ 
Run Code Online (Sandbox Code Playgroud)

ale*_*xus 6

选择:

  • curl - 传输一个 URL

. <( curl --silent https://code.headmelted.com/installers/chromebook.sh )