How to Install The Latest Eclipse 4.7.3a in Ubuntu 18.04

Last updated: May 30, 2018

The latest release of Eclipse IDE now is quite easy to install in Ubuntu 16.04, and Ubuntu 18.04 since it’s made into snap package.

Snap is an universal Linux package format. It ships with most run-time libraries so it’s normally large in file size. The snap applications run in sandbox and they can be installed directly from Ubuntu Software.

1. So you can just open Ubuntu Software, search for and install Eclipse 4.7.3a snap package:

For those prefer Linux command, run command in terminal to install the Eclipse snap:

snap install --classic eclipse

2. Eclipse needs java. If you don’t have it, run command in terminal to install OpenJDK java environment:

sudo apt-get install default-jre

You can also install Oracle Java 8 and/or 10 via this tutorial.

Twitter

I'm a freelance blogger who started using Ubuntu in 2007 and wishes to share my experiences and some useful tips with Ubuntu beginners and lovers. Please comment to let me know if the tutorial is outdated! And, notify me if you find any typo/grammar/language mistakes. English is not my native language. Contact me via ubuntuhandbook1@gmail.com Buy me a coffee: https://ko-fi.com/ubuntuhandbook1

4 responses to How to Install The Latest Eclipse 4.7.3a in Ubuntu 18.04

  1. Wow, Ubuntu 18.04 has 2 different entries of Eclipse in Software Center.

    The only one from repository “eclipse” entry didnot work
    The second one from Software Center works.

    Thank you for howto!

  2. Alex Leibowitz June 8, 2018 at 3:14 am

    That was very helpful — I never thought to look and see if there was another version of Eclipse! I installed it manually and then had problems (I believe) with the .desktop file.

  3. Thanks
    I searched for “Eclipse 4.8.0” under Ubuntu 18.04 and it worked

  4. Thank you so much! I tried so many ways that didn’t work but yours did.