Obecnie mam zainstalowany Git 1.7.1.0, ale muszę go zaktualizować do wersji 1.7.1.1 (przynajmniej). Próbowałem uruchomić:
sudo apt-get update
sudo apt-get upgrade
i także próbowałem
sudo apt-get install git-core
ale za każdym razem otrzymuję komunikat wskazujący, że nie jest dostępna późniejsza wersja git. Mam skonfigurowane następujące źródła oprogramowania/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
Odpowiedzi:
Aby zainstalować najnowszą stabilną wersję z wiersza poleceń ...
To powinno pozwolić ci zainstalować
1.8.2-1~ppa0~lucid2
.źródło
python-software-properties
?add-apt-repository
Otwórz terminal za pomocą tego skrótu
ctrl + alt + T
Następnie wpisz te polecenia na terminalu
sudo apt-get update
sudo apt-get install git
źródło