【发布时间】:2014-12-11 09:18:26
【问题描述】:
我正在尝试使用:curl https://install.meteor.com | /bin/sh 安装流星
终端上的命令,但它给了我以下错误:
The program 'curl' is currently not installed. You can install it by typing:
sudo apt-get install curl
当我尝试通过命令安装 curl 时:sudo apt-get install curl
向我显示以下错误:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package curl is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'curl' has no installation candidate
谁能告诉我如何解决这个问题。
【问题讨论】:
标签: javascript ubuntu curl