How to Install Eclipse Oxygen IDE in Ubuntu – Eclipse IDE for Java Developers, Eclipse IDE for C C++ Developers, Eclipse IDE for PHP Developers and Eclipse IDE for JavaScript and Web Developers.
Eclipse provides IDEs and platforms for nearly every language and architecture. We are famous for our Java IDE, C/C++, JavaScript and PHP IDEs built on extensible platforms for creating desktop, Web and cloud IDEs. These platforms deliver the most extensive collection of add-on tools available for software developers.
Install Eclipse Oxygen IDE on Ubuntu
Run the following commands in terminal to install Eclipse Oxygen IDE in Ubuntu:
64-bit
$ sudo apt-get update
$ wget http://ftp.fau.de/eclipse/technology/epp/downloads/release/oxygen/2/eclipse-jee-oxygen-2-linux-gtk-x86_64.tar.gz
$ cd Downloads/
$ sudo tar xfz eclipse-jee-oxygen-2-linux-gtk-x86_64.tar.gz -C /opt/
$ ls /opt/eclipse/
$ sudo ln -s /opt/eclipse/eclipse /usr/local/sbin/eclipse
$ ls -l /usr/local/sbin/
64-bit
$ sudo apt-get update
$ wget http://ftp.fau.de/eclipse/technology/epp/downloads/release/oxygen/2/eclipse-jee-oxygen-2-linux-gtk.tar.gz
$ cd Downloads/
$ sudo tar xfz eclipse-jee-oxygen-2-linux-gtk-x86_64.tar.gz -C /opt/
$ ls /opt/eclipse/
$ sudo ln -s /opt/eclipse/eclipse /usr/local/sbin/eclipse
$ ls -l /usr/local/sbin/
Once installed, open Oxygen IDE from Ubuntu Dash.