tags:

views:

52

answers:

4

I just started using Ubuntu Linux for the first time. I know the GIT official site but not following which package to download and install the core GIT engine.

A: 

Can't you install from Synaptic Package Manager

Priyank Bolia
+5  A: 

sudo apt-get install git-core will works

S.Mark
+1  A: 

sudo apt-get install git-core or with the Synaptic Package Manager

Ikke
+1  A: 

Something like this should do it: sudo apt-get install git-core (in the Terminal application).

Fabian Steeg