如何在 Ubuntu 上安装流星?

how to install meteor on Ubuntu?

我想 运行 在 ubuntu 中应用流星。我 运行 按照命令安装 curl。 sudo apt-get install curl

但它给了我以下错误:

$sudo apt-get install curl 阅读包裹清单...完成 构建依赖树
正在读取状态信息...完成 包 curl 不可用,但被另一个包引用。 这可能意味着软件包丢失、已过时或 只能从其他来源获得

E: 包 'curl' 没有安装候选项

请帮我安装curl和meteor。

 sudo apt-get update

您可能要考虑使用此命令:

 sudo apt-get install libcurl3 php5-curl

然后,为了更简单,只需使用命令 wget -qO- https://install.meteor.com | sh。 ubuntu 的早期版本使用了 Curl。它并不是真正必不可少的工具,但一些教程确实使用了它。