In this article, we are going to shows how to Install Eclipse IDE on Ubuntu 20.04 | 18.04 . If you are interested to Install Eclipse IDE on Ubuntu then this post is ideal for you.
Developers of it IT sectored looking for a great IDE platform to developing their applications and manage codes of applications. Eclipse IDE is a great place to start to developing applications and manage their codes.
It is a most popular and cross-platform Java IDE(Integrated Development Environment) which is easy to install and easily can manage your Java based projects.
With help of plugins, you can extend its features and functionality to work with other programming languages such as PHP, JavaScript, C++ and many other.
For more details about Eclipse, please check its official page.
How to Install Eclipse IDE on Ubuntu
Simply follow below steps to install Eclipse on your Ubuntu machine :
Step 1 : Install Java
Eclipse IDE required Java runtime environment (JRE) to be installed on the system to run it . To install the Java runtime environment, run the command below:
sudo apt update
sudo apt install default-jre
The commands above will install the opensource version of Java.
Step 2: Install Eclipse IDE from Snap
Snap is a cross-distribution software deployment and package management system. Snap packages are safe to install and run, they auto-update and we can also roll-back the changes easily.
If Snap is not installed on your system then you will need to install it before you install Eclipse IDE. Installing via snap is the best and easiest way to install packages on Linux machine, including Ubuntu.
To Install snap package manager , run the commands below :
sudo apt update
sudo apt install snapd
Next, run the command below to install Eclipse IDE from Snap package management:
sudo snap install --classic eclipse
The command above will install the Eclipse IDE on your Ubuntu system. To launch it, go to the Activities Overview and search for Eclipse and launch it.
That’s all
If you face any error and issue in above steps , please use comment box below to report.
If our tutorials helped you, please consider buying us a coffee. We appreciate your support!
Thank you for your support.