Sto utilizzando ASUS-Chromebook-Flip-C302CA / Google Chrome OS – Version 65.0.3325.35 (Official Build) dev (64-bit) e io “sto cercando di seguire Visual Studio Code per Chromebook e Raspberry Pi , ancora impossibile eseguire lultimo passaggio con il seguente errore:
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 ~ $
Risposta
alternativa:
-
curl– trasferisci un URL
. <( curl --silent https://code.headmelted.com/installers/chromebook.sh )
Commenti
Risposta
wget è stata rimossa dalle versioni recenti di ChromeOS che include ciò che “è installato su” ASUS-Chromebook-Flip-C302CA “.
Puoi utilizzare curl comando per scaricare i file invece.
Commenti
- Qualche esempio di download di file usando curl?
- Controlla il
manpagina percurl. Puoi iniziare concurl -o download.rpm http://www.website.com/file.rpm
apt-get install wget.