Ubuntu 10.04의 업그레이드 git (Lucid Lynx)


18

현재 Git 1.7.1.0이 설치되어 있지만 (최소한) 1.7.1.1로 업그레이드해야합니다. 나는 달리기를 시도했다.

sudo apt-get update
sudo apt-get upgrade

또한 시도

sudo apt-get install git-core

그러나 매번 사용할 수있는 git 버전이 없다는 메시지가 나타납니다. 다음과 같은 소프트웨어 소스가 구성되어 있습니다./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

이것을 추가하려면 명령 줄에서 무엇을 실행해야합니까?
Dónal

대답했다. 그래도 문제가 해결되지 않으면 질문을 편집하여 삭제하십시오.
Rinzwind

답변:



0

이 바로 가기를 사용하여 터미널을여십시오

Ctrl + Alt + T

그런 다음 터미널에서 이러한 명령을 입력하십시오.

sudo apt-get 업데이트

sudo apt-get 설치 git

당사 사이트를 사용함과 동시에 당사의 쿠키 정책개인정보 보호정책을 읽고 이해하였음을 인정하는 것으로 간주합니다.
Licensed under cc by-sa 3.0 with attribution required.