RKh
RKh

Reputation: 14161

Finding GIT installer for Ubuntu

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.

Upvotes: 0

Views: 182

Answers (4)

Fabian Steeg
Fabian Steeg

Reputation: 45714

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

Upvotes: 1

Ikke
Ikke

Reputation: 101231

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

Upvotes: 1

YOU
YOU

Reputation: 123831

sudo apt-get install git-core will works

Upvotes: 5

Priyank Bolia
Priyank Bolia

Reputation: 14433

Can't you install from Synaptic Package Manager

Upvotes: 0

Related Questions