Follow these steps to locate, install, and configure Neon Eclipse:
Locate the Neon Download: Open a browser and go to http://www.eclipse.org/neon/.
Download the Tarball: Click through the "Download" buttons to download the file.
Unpack the Tarball: Move to a clean directory and unpack the tarball. Here is an example:
$ cd ~ $ tar -xzvf ~/Downloads/eclipse-inst-linux64.tar.gz
Everything unpacks into a folder named "eclipse-installer".
Launch the Installer: Use the following commands to launch the installer:
$ cd ~/eclipse-installer $ ./eclipse-inst
Select Your IDE: From the list, select the "Eclipse IDE for C/C++ Developers".
Install the Software: Accept the default "cpp-neon" directory and click "Install". Accept any license agreements and approve any certificates.
Launch Neon: Click the "Launch" button and accept the default "workspace".