Ubuntu 13.04

How to install Eclipse 4.3 Kepler or Eclipse 4.2 Juno and pre-requisite Oracle Java 7 on Ubuntu 13.04 Raring / Ubuntu 12.04 Precise LTS / Linux Mint 15 Olivia (the recommended method)

Eclipse is one of the most widely used free and open-source IDEs out there in the professional Software Development industry.
Still, both Ubuntu 13.04 Raring (as well as the LST Ubuntu 12.04.x) and Linux Mint 15 Olivia has a seemingly very old version of Eclipse in their repositories.
Here is a how-to on installing the latest and greatest version of Eclipse 4.3 Kepler (this whould also work for Eclipse 4.2 Juno) on Ubuntu 13.04 Raring / Ubuntu 12.04 Precise / Linux Mint 15 Olivia:

How to build / compile / install a High Performance / Latest Version (1.8.3 or later) of Git version control system from Source on Ubuntu 12.04 / 12.10 / 13.04 Server/Desktop

Installing Git on Ubuntu can be as simple as this:

Method 1: The easiest and Ubuntu recommended way - using the Ubuntu package manager:
sudo apt-get install git-core
Done!

Well, it takes quite some time for the latest version of Git to reach the Ubuntu repos - as of now, the repo version is around 4 months older than the actual version of Git out there.

To install those, you need to Build/Compile/Install from the latest version of the source code.

Here is how you do that:

Subscribe to RSS - Ubuntu 13.04
randomness