How to Install the Latest Eclipse IDE on Ubuntu 24.04


Eclipse is an Integrated Development Environment (IDE) designed especially for Java users to develop computer-based applications. Apart from Java, Eclipse IDE also supports other languages, such as Ruby, C/C++, Python, and more. Eclipse IDE provides a user-friendly platform for writing and running codes and offers features like code completion and keyword identification. Besides that, it provides options to extend the IDE functionality by installing different plugins and creating advanced applications.

As a developer, having the Eclipse IDE is a must for any system user, including Ubuntu 24.04. Read this tutorial to learn:

How to Install the Latest Eclipse IDE on Ubuntu 24.04

You can install the latest Eclipse IDE on Ubuntu 24.04 from:

How to Install the Latest Eclipse IDE on Ubuntu 24.04 from tar.gz File (Official)

The Eclipse IDE official has provided the tar.gz file that can be downloaded on the system to install the IDE. The advantage of using the tar.gz file is that you can install the IDE based on the programming language.

To install Eclipse IDE on Ubuntu 24.04 from the tar.gz file, follow the below-given steps:

Step 1: Download Eclipse Source File

First, open the web browser on Ubuntu, navigate to the Eclipse page, and download the latest version of Eclipse Installer. You can download the Eclipse Installer for Ubuntu by clicking on the Linux x86_64 download option:

Once you click, a new window will open, where use the Download button to download the Eclipse Installer tar.gz file on your system:

Alternatively, you can directly download the Eclipse Installer latest version (2023-12 at the time of installation) using the following wget command:

wget https://mirror.kakao.com/eclipse/oomph/epp/2024-03/R/eclipse-inst-jre-linux64.tar.gz

Step 2: Extract Eclipse Source File Content

After downloading the Eclipse source file, extract the content of the file on Ubuntu using the following command:

tar -xzf eclipse-inst-jre-linux64.tar.gz

The above command will create an eclipse-installer directory on your system at the current location; you can confirm from the ls command:

ls

Step 3: Run Eclipse Installer

Now, navigate to the eclipse-installer directory on the terminal using the cd command:

cd eclipse-installer

Then run the Eclipse installer file “eclipse-inst” using:

./eclipse-inst 

When you run the Eclipse installer, you will be provided with several IDE options to choose from, here we are going with Eclipse IDE for Java Developers:

Note: You can choose your desired IDE and install it on your system.

Step 4: Install Eclipse on Ubuntu

Here, you have to pick the Java version, then click the INSTALL button to begin the installation of Eclipse on Ubuntu:

Then accept the License agreement for Eclipse IDE by using the Accept Now button:

Wait until the process completes the Eclipse installation on Ubuntu, which may take some time:

Step 5: Run Eclipse on Ubuntu

After completing the installation, you can use the LAUNCH button to run the Eclipse IDE on your system:

During the initial run, you have to select the workspace directory for Eclipse, once done, click the Launch button again to run the IDE:

The Eclipse IDE will run on your desktop:

Besides that, you can also directly run Eclipse IDE from the Ubuntu Application Launcher:

This completes the installation of the latest Eclipse IDE on Ubuntu 24.04 from the tar.gz file.

How to Install the Latest Eclipse IDE on Ubuntu 24.04 from Snap Store (Built-in)

The Eclipse IDE latest version can also be installed on Ubuntu 24.04 from the Snap Store by simply running the following command:

sudo snap install eclipse --classic


Note: By default, Snap Store installs the Eclipse IDE for Java developers.

After the installation, you can run Eclipse IDE on Ubuntu from Snap Store by using:

sudo snap run eclipse


Note: To remove Eclipse IDE from the Snap Store, run the below-given command:

sudo snap remove eclipse

How to Install Eclipse IDE from Ubuntu 24.04 from App Center (Built-in)

You can also use the built-in App Center on Ubuntu 24.04 to install the latest Eclipse IDE on the system, it can be done using the steps provided below:

Step 1: First, open App Center on the Ubuntu system from the desktop or application menu:

Step 2: Then search for Eclipse in the search box of the App Center:

Step 3: Ensure the latest stable version of Eclipse IDE is selected, then use the Install button to install Eclipse IDE on Ubuntu:

Step 4: Then run the Eclipse IDE by using the Open button from the App Center:

To uninstall the Eclipse IDE from Ubuntu, simply click the Uninstall button from the three-dot menu:

Conclusion

Eclipse is a powerful IDE that supports languages like Java, C/C++, Python, Ruby, and more. You can install the latest version of Eclipse IDE on Ubuntu 24.04 by navigating to the download page and downloading the latest tar.gz file on your system. Then extract the content of the tar.gz file using the tar command and navigate to the source directory. Inside the directory, run the ./eclipse-inst file, choose the desired IDE, and install it on your system. Besides that, you can also use the Snap Store or App Center to install the latest Eclipse IDE on Ubuntu 24.04.

Ultimately, the choice for selecting the method for installing Eclipse IDE depends on users’ needs. The tar.gz file method provides you the option to install the IDE for different programming languages. However, Snap Store and App Center install the Eclipse IDE for Java developers by default on your Ubuntu system.

Print Friendly, PDF & Email
Categories