bash:wget:コマンドが見つかりません

bash:wget:コマンドが見つかりません

私はASUS-Chromebook-Flip-C302CA/を使用しており、フォローしよGoogle Chrome OSVersion 65.0.3325.35 (Official Build) dev (64-bit)としています。ChromebookおよびRaspberry Pi用のVisual Studio Codeしかし、次のエラーのため、最後のステップを実行できませんでした。

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

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 ~ $ 

ベストアンサー1

選択する:

  • curl- トランスポートURL

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

おすすめ記事