อัพเกรดคอมไพล์บน Ubuntu 10.04 (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

คำตอบ:


34

เพื่อติดตั้งล่าสุดที่มั่นคงจากบรรทัดคำสั่ง ...

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

1.8.2-1~ppa0~lucid2นี้ควรปล่อยให้คุณติดตั้ง


1
จำเป็นต้องติดตั้งpython-software-propertiesหรือไม่
Muhammad Gelbana

@MuhammadGelbana: ใช่ถ้าคุณยังไม่มีadd-apt-repository
หยุดชั่วคราวจนกว่าจะมีการแจ้งให้ทราบต่อไป

0

โปรดเปิดเทอร์มินัลโดยใช้ทางลัดนี้

Ctrl + Alt + T

จากนั้นพิมพ์คำสั่งเหล่านี้บนเทอร์มินัล

sudo apt-get update

sudo apt-get git install

โดยการใช้ไซต์ของเรา หมายความว่าคุณได้อ่านและทำความเข้าใจนโยบายคุกกี้และนโยบายความเป็นส่วนตัวของเราแล้ว
Licensed under cc by-sa 3.0 with attribution required.