How to Install eclipse-jgit software package in Ubuntu 12.04 LTS (Precise Pangolin)

How to Install eclipse-jgit software package in Ubuntu 12.04 LTS (Precise Pangolin)

eclipse-jgit software package provides Java implementation of GIT for Eclipse, you can install in your Ubuntu 12.04 LTS (Precise Pangolin) by running the commands given below on the terminal,

$ sudo apt-get update
$ sudo apt-get install eclipse-jgit 

eclipse-jgit is installed in your system.

Make ensure the eclipse-jgit package were installed using the commands given below,

$ sudo dpkg-query -l | grep eclipse-jgit *

You will get with eclipse-jgit package name, version, architecture and description in a table

eclipse-jgit package basic information:

Distro Ubuntu 12 04 lts precise pangolin
Section Development
Package eclipse-jgit
Version 1.1.0-1
Description Java implementation of GIT for Eclipse
Sub Section devel


See Also, How to uninstall or remove eclipse-jgit software package from Ubuntu 12.04 LTS (Precise Pangolin)?