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 tentei
sudo apt-get install git-core
mas sempre que 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
Respostas:
Para instalar o estábulo mais recente na linha de comando ...
Isso deve permitir a instalação
1.8.2-1~ppa0~lucid2
.fonte
python-software-properties
?add-apt-repository
Por favor, abra o terminal usando este atalho
Ctrl + Alt + T
Em seguida, digite estes comandos no terminal
sudo apt-get update
sudo apt-get install git
fonte