On 07/17/2014 12:12 AM, Ellick Marquez wrote:
> Hi everybody,
> I want to install git on my computer with ubuntu 12.04 but when I put
> the next code "sudo apt-get install git" on my terminal, it shows me
> that the package "git" was removed or it doesn't exist.
> 
> Please help me, I really need to use GIT
> 

To install you have to use "sudo apt-get git-core"

But 12.04 gives you git 1.7.0.4.

If you want the latest version check out my PPA:
https://launchpad.net/~pdoes/+archive/ubuntu/ppa

Currently it has version 2.0.2 available for Ubuntu versions:
- 10.04 (Lucid)
- 12.04 (Precise)
- 13.10 (Saucy)
- 14.04 (Trusty)

Just add the PPA and use "sudo apt-get install git".

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to