【问题标题】:curl command to submit google docscurl命令提交谷歌文档
【发布时间】:2018-01-24 15:20:46
【问题描述】:

我在使用 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

我已经使用

安装了 curl
sudo apt-get install curl

操作系统:ubuntu 16.04

【问题讨论】:

  • 您是否已经尝试过从源代码安装? curl.haxx.se/docs/install.html
  • 我该怎么做?你能解释一下......这样做......
  • 不要从源代码安装。 apt-get install curl 是否有任何错误? which curl 输出有用的东西吗?

标签: ubuntu curl server ubuntu-16.04 devops


【解决方案1】:

试试这个命令:

sudo apt-get install curl libc6 libcurl3 zlib1g -y

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2012-06-30
    相关资源
    最近更新 更多