2017-08-16 92 views
0

我面對使用curl命令的一個問題,下面是我需要提交以下命令:curl命令提交谷歌文檔

curl "https://docs.google.com/a/floretmedia.com/forms/d/15TYyiIhPy4sj-PefWKqZgfYMhK6u56FX1m8rY2lodos/formResponse -d ifq -d entry.12885608=ubuntu -d submit=Submit​" 

但是當我鍵入此我得到以下錯誤:

No command '​curl' found, did you mean: 
Command 'curl' from package 'curl' (main) 
curl: command not found 

我已經安裝使用

sudo apt-get install curl 

OS捲曲:Ubuntu的16.04

+0

您是否已經嘗試從源代碼安裝? https://curl.haxx.se/docs/install.html –

+0

我該怎麼做?你能解釋一下...做這個.. –

+1

不要從源代碼安裝。你使用'apt-get install curl'得到了什麼錯誤? 'curl'輸出有用嗎? – ceejayoz

回答

0

試試此命令:

sudo apt-get install curl libc6 libcurl3 zlib1g -y