dpkg erro ao instalar o heroku no ubuntu 14.04

1

Estou tentando instalar o toolbelt heroku no mu ubuntu 14.04

Eu tentei muitas coisas, incluindo uma resposta daqui. Foi para executar o seguinte comando

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

No entanto, ainda estou recebendo o seguinte erro:

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)
    
por Shivaraj Deepasagar 13.07.2017 / 04:39

1 resposta

0

Você leu erroneamente as instruções em sua página da web - o comando wget... se aplica ao Ubuntu 12 e abaixo.

Para o seu sistema, o Ubuntu 14.04, por favor use o outro comando especificado:

sudo snap install heroku

    
por Charles Green 13.07.2017 / 05:01