首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >在ubuntu 14.04上安装heroku时发生的dpkg错误

在ubuntu 14.04上安装heroku时发生的dpkg错误
EN

Ask Ubuntu用户
提问于 2017-07-13 02:39:00
回答 1查看 813关注 0票数 1

我正试图在mu 14.04上安装heroku工具带

我尝试了很多事情,包括从这里得到的答案。它将运行以下命令

wget -qO- https://toolbelt.heroku.com/install-ubuntu.sh | sh

然而,我仍然收到以下错误:

代码语言:javascript
复制
gzip: stdin: unexpected end of file
tar: Child returned status 1
tar: Error is not recoverable: exiting now
No apport report written because the error message indicates its a followup error from a previous failure.
dpkg: error processing package heroku (--configure):
 subprocess installed post-installation script returned error exit status 2
dpkg: dependency problems prevent configuration of heroku-toolbelt:
 heroku-toolbelt depends on heroku (= 3.99.4); however:
  Package heroku is not configured yet.

dpkg: error processing package heroku-toolbelt (--configure):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 heroku
 heroku-toolbelt
E: Sub-process /usr/bin/dpkg returned an error code (1)
EN

回答 1

Ask Ubuntu用户

发布于 2017-07-13 03:01:15

您误读了他们网页上的说明-- wget...命令适用于Ubuntu12及以下版本。

对于您的系统,Ubuntu14.04请使用指定的其他命令:

sudo snap install heroku

票数 0
EN
页面原文内容由Ask Ubuntu提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://askubuntu.com/questions/935650

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档