Instalação do GIT [RESOLVIDO]

1. Instalação do GIT [RESOLVIDO]

Ramon Glestman Araujo
Glestman

(usa Ubuntu)

Enviado em 15/11/2017 - 10:03h

Boa tarde!

Galera estou atualmente utilizando Ubuntu 17.10, estou de todas as formas tentando instalar o GIT mas nao consigo, ja utilizei sudo apt install -f para baixar as dependencias, utilizei dpkg... e nada resolve.
Segui imagem do erro que apresenta.

http://imageshack.com/a/img924/1901/69foWz.png


  


2. MELHOR RESPOSTA

Perfil removido
removido

(usa Nenhuma)

Enviado em 16/11/2017 - 11:28h

Glestman escreveu:

Estou usando ubuntu 17.10 , mas como estava dando erro, vi um tutorial que era pra min limpa todos repositorios, e fazer um comando la pra modifica-los,ai eu fiz.... como coloco repositorios padroes do ubuntu 17.10 agora? recupero os que era pra ser?


Se instalou o 17.04 mesmo, acredito que não haverá problemas em editar os repositórios.
No terminal: sudo gedit /etc/apt/sources.list

Vai abrir um editor de texto com o conteúdo que postou com o comando cat -n..., mas agora será editável.
Ao abrir, delete tudo! Depois copie e cole este conteúdo:


# deb cdrom:[Ubuntu 17.10 _Artful Aardvark_ - Alpha amd64 (20170926)]/ artful main restricted

# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://archive.ubuntu.com/ubuntu artful main restricted
# deb-src http://br.archive.ubuntu.com/ubuntu/ artful main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://archive.ubuntu.com/ubuntu artful-updates main restricted
# deb-src http://br.archive.ubuntu.com/ubuntu/ artful-updates main restricted

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
deb http://archive.ubuntu.com/ubuntu artful universe
# deb-src http://br.archive.ubuntu.com/ubuntu/ artful universe
deb http://archive.ubuntu.com/ubuntu artful-updates universe
# deb-src http://br.archive.ubuntu.com/ubuntu/ artful-updates universe

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://archive.ubuntu.com/ubuntu artful multiverse
# deb-src http://br.archive.ubuntu.com/ubuntu/ artful multiverse
deb http://archive.ubuntu.com/ubuntu artful-updates multiverse
# deb-src http://br.archive.ubuntu.com/ubuntu/ artful-updates multiverse

## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
deb http://archive.ubuntu.com/ubuntu artful-backports main restricted universe multiverse
# deb-src http://br.archive.ubuntu.com/ubuntu/ artful-backports main restricted universe multiverse

## Uncomment the following two lines to add software from Canonical's
## 'partner' repository.
## This software is not part of Ubuntu, but is offered by Canonical and the
## respective vendors as a service to Ubuntu users.
deb http://archive.canonical.com/ubuntu artful partner
# deb-src http://archive.canonical.com/ubuntu artful partner

deb http://archive.ubuntu.com/ubuntu artful-security main restricted
# deb-src http://security.ubuntu.com/ubuntu artful-security main restricted
deb http://archive.ubuntu.com/ubuntu artful-security universe
# deb-src http://security.ubuntu.com/ubuntu artful-security universe
deb http://archive.ubuntu.com/ubuntu artful-security multiverse
# deb-src http://security.ubuntu.com/ubuntu artful-security multiverse


No editor de texto tem um botão Salve, clique nele e pode fechar o editor.
No terminal: sudo apt update && sudo apt upgrade

Depois de terminar e se pedir para atualizar, permita.
Aconselho a reiniciar. Depois instale o Git: sudo apt install git

3. Re: Instalação do GIT

lainion
lainion

(usa Void Linux)

Enviado em 15/11/2017 - 12:31h

Vc tentou instalar manualmente o liberror-perl?.
De forma geral, acho melhor utilizar a versão 16.04 do ubuntu e esperar a 18.04, pra evitar essas dores de cabeça.


4. Re: Instalação do GIT [RESOLVIDO]

Ramon Glestman Araujo
Glestman

(usa Ubuntu)

Enviado em 15/11/2017 - 12:41h

lainion escreveu:

Vc tentou instalar manualmente o liberror-perl?.
De forma geral, acho melhor utilizar a versão 16.04 do ubuntu e esperar a 18.04, pra evitar essas dores de cabeça.


Amigo ate na versao 16.04 da este mesmo erro, nao sei instalar manualmente liberror-perl,tem algum link de tutorial?


5. Re: Instalação do GIT [RESOLVIDO]

Perfil removido
removido

(usa Nenhuma)

Enviado em 15/11/2017 - 13:03h

Glestman escreveu:

Boa tarde!

Galera estou atualmente utilizando Ubuntu 17.10, estou de todas as formas tentando instalar o GIT mas nao consigo, ja utilizei sudo apt install -f para baixar as dependencias, utilizei dpkg... e nada resolve.
Segui imagem do erro que apresenta.

http://imageshack.com/a/img924/1901/69foWz.png


Não é possível! O Git está em todas as distros.

Poste o resultado: cat -n /etc/apt/sources.list
Poste também tudo o que sair de: sudo apt update && sudo apt upgrade


6. Re: Instalação do GIT [RESOLVIDO]

Ramon Glestman Araujo
Glestman

(usa Ubuntu)

Enviado em 15/11/2017 - 13:46h

izaias escreveu:

Glestman escreveu:

Boa tarde!

Galera estou atualmente utilizando Ubuntu 17.10, estou de todas as formas tentando instalar o GIT mas nao consigo, ja utilizei sudo apt install -f para baixar as dependencias, utilizei dpkg... e nada resolve.
Segui imagem do erro que apresenta.

http://imageshack.com/a/img924/1901/69foWz.png


Não é possível! O Git está em todas as distros.

Poste o resultado: cat -n /etc/apt/sources.list
Poste também tudo o que sair de: sudo apt update && sudo apt upgrade


http://imageshack.com/a/img923/7013/fALkkQ.png

http://imageshack.com/a/img922/1429/RzyWZn.png


7. Re: Instalação do GIT

Perfil removido
removido

(usa Nenhuma)

Enviado em 15/11/2017 - 13:53h

Glestman escreveu:

izaias escreveu:

Glestman escreveu:

Boa tarde!

Galera estou atualmente utilizando Ubuntu 17.10, estou de todas as formas tentando instalar o GIT mas nao consigo, ja utilizei sudo apt install -f para baixar as dependencias, utilizei dpkg... e nada resolve.
Segui imagem do erro que apresenta.

http://imageshack.com/a/img924/1901/69foWz.png


Não é possível! O Git está em todas as distros.

Poste o resultado: cat -n /etc/apt/sources.list
Poste também tudo o que sair de: sudo apt update && sudo apt upgrade


http://imageshack.com/a/img923/7013/fALkkQ.png

http://imageshack.com/a/img922/1429/RzyWZn.png


Já vi coisa errada no resultado do 1 º comando.
Só que não dá pra apontar o erro pela imagem que mostrou, preciso que copie e cole o resultado: cat -n /etc/apt/sources.list

O 2º comando não precisa.


8. Re: Instalação do GIT

lainion
lainion

(usa Void Linux)

Enviado em 15/11/2017 - 14:02h

Amigo ate na versao 16.04 da este mesmo erro, nao sei instalar manualmente liberror-perl,tem algum link de tutorial?

Estranho, pq eu testei no meu ubuntu 16.04 e funcionou.
Aqui vc pode baixar o deb, depois dá um sudo dpkg -i [pacote]:
https://packages.debian.org/pt-br/sid/all/liberror-perl/download
Mas acho que isso é meio gambiarra. vê primeiro se as dicas do izaias funcionam.


9. Re: Instalação do GIT [RESOLVIDO]

Ramon Glestman Araujo
Glestman

(usa Ubuntu)

Enviado em 16/11/2017 - 10:00h

izaias escreveu:

Glestman escreveu:

izaias escreveu:

Glestman escreveu:

Boa tarde!

Galera estou atualmente utilizando Ubuntu 17.10, estou de todas as formas tentando instalar o GIT mas nao consigo, ja utilizei sudo apt install -f para baixar as dependencias, utilizei dpkg... e nada resolve.
Segui imagem do erro que apresenta.

http://imageshack.com/a/img924/1901/69foWz.png


Não é possível! O Git está em todas as distros.

Poste o resultado: cat -n /etc/apt/sources.list
Poste também tudo o que sair de: sudo apt update && sudo apt upgrade


http://imageshack.com/a/img923/7013/fALkkQ.png

http://imageshack.com/a/img922/1429/RzyWZn.png


Já vi coisa errada no resultado do 1 º comando.
Só que não dá pra apontar o erro pela imagem que mostrou, preciso que copie e cole o resultado: cat -n /etc/apt/sources.list

O 2º comando não precisa.



1 ## Uncomment the following two lines to fetch updated software from the network deb http://old-releases.ubuntu.com/ubuntu lucid main restricted deb-src http://old-releases.ubuntu.com/ubuntu lucid main restricted ## Uncomment the following two lines to fetch major bug fix updates produced ## after the final release of the distribution. deb http://old-releases.ubuntu.com/ubuntu lucid-updates main restricted deb-src http://old-releases.ubuntu.com/ubuntu lucid-updates main restricted ## Uncomment the following two lines to add software from the 'universe' ## repository. ## NB software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu ## team, and may not be under a free licence. Please satisfy yourself as to ## your rights to use the software. Also, please note that software in ## universe WILL NOT receive any review or updates from the Ubuntu security ## team. deb http://old-releases.ubuntu.com/ubuntu lucid universe deb-src http://old-releases.ubuntu.com/ubuntu lucid universe deb http://old-releases.ubuntu.com/ubuntu lucid-security main restricted deb-src http://old-releases.ubuntu.com/ubuntu lucid-security main restricted deb http://old-releases.ubuntu.com/ubuntu lucid-security universe deb-src http://old-releases.ubuntu.com/ubuntu lucid-security universe deb http://old-releases.ubuntu.com/ubuntu lucid multiverse deb-src http://old-releases.ubuntu.com/ubuntu lucid multiverse deb http://old-releases.ubuntu.com/ubuntu lucid-backports main restricted universe multiverse
2 deb http://archive.ubuntu.com/ubuntu artful universe multiverse





10. Re: Instalação do GIT

Perfil removido
removido

(usa Nenhuma)

Enviado em 16/11/2017 - 11:05h

Glestman escreveu:

1 ## Uncomment the following two lines to fetch updated software from the network deb http://old-releases.ubuntu.com/ubuntu lucid main restricted deb-src http://old-releases.ubuntu.com/ubuntu lucid main restricted ## Uncomment the following two lines to fetch major bug fix updates produced ## after the final release of the distribution. deb http://old-releases.ubuntu.com/ubuntu lucid-updates main restricted deb-src http://old-releases.ubuntu.com/ubuntu lucid-updates main restricted ## Uncomment the following two lines to add software from the 'universe' ## repository. ## NB software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu ## team, and may not be under a free licence. Please satisfy yourself as to ## your rights to use the software. Also, please note that software in ## universe WILL NOT receive any review or updates from the Ubuntu security ## team. deb http://old-releases.ubuntu.com/ubuntu lucid universe deb-src http://old-releases.ubuntu.com/ubuntu lucid universe deb http://old-releases.ubuntu.com/ubuntu lucid-security main restricted deb-src http://old-releases.ubuntu.com/ubuntu lucid-security main restricted deb http://old-releases.ubuntu.com/ubuntu lucid-security universe deb-src http://old-releases.ubuntu.com/ubuntu lucid-security universe deb http://old-releases.ubuntu.com/ubuntu lucid multiverse deb-src http://old-releases.ubuntu.com/ubuntu lucid multiverse deb http://old-releases.ubuntu.com/ubuntu lucid-backports main restricted universe multiverse
2 deb http://archive.ubuntu.com/ubuntu artful universe multiverse


"Galera estou atualmente utilizando Ubuntu 17.10"

Ué! Você não está usando a versão atual do Ubuntu? Pelos repositórios está usando a versão 10.4, Lucid Lynx, que não tem mais suporte.

Explique pra nós o que ocorre. Ainda tem conserto.


11. Re: Instalação do GIT [RESOLVIDO]

Ramon Glestman Araujo
Glestman

(usa Ubuntu)

Enviado em 16/11/2017 - 11:09h

izaias escreveu:

Glestman escreveu:

1 ## Uncomment the following two lines to fetch updated software from the network deb http://old-releases.ubuntu.com/ubuntu lucid main restricted deb-src http://old-releases.ubuntu.com/ubuntu lucid main restricted ## Uncomment the following two lines to fetch major bug fix updates produced ## after the final release of the distribution. deb http://old-releases.ubuntu.com/ubuntu lucid-updates main restricted deb-src http://old-releases.ubuntu.com/ubuntu lucid-updates main restricted ## Uncomment the following two lines to add software from the 'universe' ## repository. ## NB software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu ## team, and may not be under a free licence. Please satisfy yourself as to ## your rights to use the software. Also, please note that software in ## universe WILL NOT receive any review or updates from the Ubuntu security ## team. deb http://old-releases.ubuntu.com/ubuntu lucid universe deb-src http://old-releases.ubuntu.com/ubuntu lucid universe deb http://old-releases.ubuntu.com/ubuntu lucid-security main restricted deb-src http://old-releases.ubuntu.com/ubuntu lucid-security main restricted deb http://old-releases.ubuntu.com/ubuntu lucid-security universe deb-src http://old-releases.ubuntu.com/ubuntu lucid-security universe deb http://old-releases.ubuntu.com/ubuntu lucid multiverse deb-src http://old-releases.ubuntu.com/ubuntu lucid multiverse deb http://old-releases.ubuntu.com/ubuntu lucid-backports main restricted universe multiverse
2 deb http://archive.ubuntu.com/ubuntu artful universe multiverse

"Galera estou atualmente utilizando Ubuntu 17.10"

Ué! Você não está usando a versão atual do Ubuntu? Pelos repositórios está usando a versão 10.4, Lucid Lynx, que não tem mais atualizações.

Explique pra nós o que ocorre.




Estou usando ubuntu 17.10 , mas como estava dando erro, vi um tutorial que era pra min limpa todos repositorios, e fazer um comando la pra modifica-los,ai eu fiz.... como coloco repositorios padroes do ubuntu 17.10 agora? recupero os que era pra ser?


12. Re: Instalação do GIT [RESOLVIDO]

Ramon Glestman Araujo
Glestman

(usa Ubuntu)

Enviado em 16/11/2017 - 14:29h

izaias escreveu:

Glestman escreveu:

Estou usando ubuntu 17.10 , mas como estava dando erro, vi um tutorial que era pra min limpa todos repositorios, e fazer um comando la pra modifica-los,ai eu fiz.... como coloco repositorios padroes do ubuntu 17.10 agora? recupero os que era pra ser?


Se instalou o 17.04 mesmo, acredito que não haverá problemas em editar os repositórios.
No terminal: sudo gedit /etc/apt/sources.list

Vai abrir um editor de texto com o conteúdo que postou com o comando cat -n..., mas agora será editável.
Ao abrir, delete tudo! Depois copie e cole este conteúdo:


# deb cdrom:[Ubuntu 17.10 _Artful Aardvark_ - Alpha amd64 (20170926)]/ artful main restricted

# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://archive.ubuntu.com/ubuntu artful main restricted
# deb-src http://br.archive.ubuntu.com/ubuntu/ artful main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://archive.ubuntu.com/ubuntu artful-updates main restricted
# deb-src http://br.archive.ubuntu.com/ubuntu/ artful-updates main restricted

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
deb http://archive.ubuntu.com/ubuntu artful universe
# deb-src http://br.archive.ubuntu.com/ubuntu/ artful universe
deb http://archive.ubuntu.com/ubuntu artful-updates universe
# deb-src http://br.archive.ubuntu.com/ubuntu/ artful-updates universe

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://archive.ubuntu.com/ubuntu artful multiverse
# deb-src http://br.archive.ubuntu.com/ubuntu/ artful multiverse
deb http://archive.ubuntu.com/ubuntu artful-updates multiverse
# deb-src http://br.archive.ubuntu.com/ubuntu/ artful-updates multiverse

## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
deb http://archive.ubuntu.com/ubuntu artful-backports main restricted universe multiverse
# deb-src http://br.archive.ubuntu.com/ubuntu/ artful-backports main restricted universe multiverse

## Uncomment the following two lines to add software from Canonical's
## 'partner' repository.
## This software is not part of Ubuntu, but is offered by Canonical and the
## respective vendors as a service to Ubuntu users.
deb http://archive.canonical.com/ubuntu artful partner
# deb-src http://archive.canonical.com/ubuntu artful partner

deb http://archive.ubuntu.com/ubuntu artful-security main restricted
# deb-src http://security.ubuntu.com/ubuntu artful-security main restricted
deb http://archive.ubuntu.com/ubuntu artful-security universe
# deb-src http://security.ubuntu.com/ubuntu artful-security universe
deb http://archive.ubuntu.com/ubuntu artful-security multiverse
# deb-src http://security.ubuntu.com/ubuntu artful-security multiverse


No editor de texto tem um botão Salve, clique nele e pode fechar o editor.
No terminal: sudo apt update && sudo apt upgrade

Depois de terminar e se pedir para atualizar, permita.
Aconselho a reiniciar. Depois instale o Git: sudo apt install git


Consegui muito obrigado mesmo , a semanas estava nesta luta .





01 02



Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts