não é possível instalar o git no ubuntu16.04

2

Estou tentando instalar o git no Ubuntu 16.04 com sudo apt-get install git :

Use 'sudo apt autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 27 not upgraded.
2 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Do you want to continue? [Y/n] y
Setting up runit (2.1.2-3ubuntu1) ...
start: Unable to connect to Upstart: Failed to connect to socket /com/ubuntu/upstart: Connection refused
dpkg: error processing package runit (--configure):
 subprocess installed post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of git-daemon-run:
 git-daemon-run depends on runit; however:
  Package runit is not configured yet.
dpkg: error processing package git-daemon-run (--configure):
 dependency problems - leaving unconfigured
No apport report written because the error message indicates its a followup error from a previous failure.
                          Errors were encountered while processing:
 runit
 git-daemon-run
E: Sub-process /usr/bin/dpkg returned an error code (1)

se você tiver alguma ideia, por favor ajude

    
por Harut 14.03.2017 / 18:39

1 resposta

-1

Tente executar

sudo apt-get update

então

sudo apt-get install git

Se isso não resolver o problema, verifique se você pode instalá-lo no centro de software do Ubuntu .

Se ainda houver problemas, vá para a página do github , faça o download do zip e instale.

    
por Josephson47 14.03.2017 / 21:33