upgrade git no Ubuntu 10.04 (Lucid Lynx)

18

Atualmente tenho o Git 1.7.1.0 instalado, mas preciso atualizar para o 1.7.1.1 (pelo menos). Eu tentei correr:

sudo apt-get update
sudo apt-get upgrade

e também tentou

sudo apt-get install git-core

mas sempre recebo uma mensagem indicando que não há uma versão posterior do git disponível. Eu tenho as seguintes fontes de software configuradas em /etc/apt/sources.list

deb http://ubunturepo.de.bonial.lan lucid main restricted multiverse universe
deb http://ubunturepo.de.bonial.lan lucid-security main restricted multiverse universe
deb http://ubunturepo.de.bonial.lan lucid-updates main restricted multiverse universe
deb http://archive.canonical.com/ lucid partner
deb http://ppa.launchpad.net/ubuntugis/ubuntugis-unstable/ubuntu lucid main
deb-src http://ppa.launchpad.net/ubuntugis/ubuntugis-unstable/ubuntu lucid main
deb http://archive.ubuntu.com/ubuntu lucid multiverse universe
    
por Dónal 08.04.2013 / 10:48

2 respostas

34

Para instalar o mais recente estável da linha de comando ...

sudo apt-get install python-software-properties
sudo add-apt-repository ppa:git-core/ppa
sudo apt-get update
sudo apt-get install git

Isso deve permitir que você instale 1.8.2-1~ppa0~lucid2 .

    
por Rinzwind 08.04.2013 / 11:13
0

Por favor, abra o terminal usando este atalho

ctrl + alt + T

Em seguida, digite esses comandos no terminal

sudo apt-get update

sudo apt-get instalar git

    
por Ashish Saini 22.09.2014 / 11:48

Tags