How to Install Eclipse IDE on Ubuntu 24.04
Installing Eclipse IDE on Ubuntu 24.04 provides you with a powerful free tool for coding. Eclipse IDE is a program used to write, test, and fix computer code, especially popular for Java development.
This setup allows you to build applications like web pages more easily. Installing the latest version, Eclipse 2024-03 (version 4.31), brings you the newest features and speed boosts.
You can get Eclipse IDE on Ubuntu 24.04 using either the Snap Store for a simple click-and-install experience or by downloading it directly.
Install Eclipse IDE by downloading the installer from the Eclipse website and running it, or use the command line with `sudo snap install eclipse –classic`. Both methods will guide you through the setup process for launching the IDE.
Download and install Eclipse
You can download Eclipse IDE directly from the official Eclipse website. Look for the Linux version designed for x86_64 computer systems and click the ‘Download’ button to begin the installation process. After downloading, extract the file and navigate to the extracted folder to run the installer. Follow the on-screen prompts, selecting the Eclipse IDE for Java development and your desired Java version, then click ‘INSTALL’. Ensure the ‘create start menu entry’ and ‘desktop shortcut’ options are checked for easy access later.

Clicking the ‘Download’ button starts the installation process for Eclipse on your Ubuntu machine. Look for the Eclipse Installer built for Linux systems with an x86_64 architecture, then click ‘Download’ to start. Alternatively, you can copy the download link and use the wget command to download it from the command line.
wget https://eclipse.mirror.rafal.ca/oomph/epp/2024-12/R/eclipse-inst-jre-linux64.tar.gz
After downloading, extract the file using the command below.
tar -xzf eclipse-inst-jre-linux64.tar.gz
Then, navigate to the extracted folder and run the installer.
cd eclipse-installer
./eclipse-inst
Once the installer runs, you’ll see the installation wizard. For this tutorial, select the Eclipse IDE tailored for Java development.

Choose your desired Java version, then start the Eclipse installation by clicking the INSTALL button.

After the Eclipse IDE installation finishes, click the LAUNCH button. Ensure that the 'create start menu entry' and 'desktop shortcut' options are checked to easily find and open Eclipse IDE later.

Eclipse will now be ready to use.

Next time, you can launch Eclipse IDE from your desktop by clicking its icon.
Install Eclipse using Snap
Installing Eclipse IDE on Ubuntu 24.04 via Snap provides the latest version quickly. First, ensure Snap is installed by running `sudo apt install snapd` (snapd is the package manager for Snap applications). Next, a single command installs Eclipse from the Snap Store, simplifying the process for Ubuntu users.
To install the Eclipse IDE on Ubuntu 24.04, you first need the Snap package manager. Install the Snap package manager if it is not already on your system, as Eclipse is distributed as a Snap package, allowing for easy installation and updates.
sudo apt install snapd
Then, run the command below to install Eclipse using the Snap package manager. The Snap Store will install the Eclipse IDE for Java developers by default.
sudo snap install eclipse --classic
Once installed, use the Dock on the left sidebar to search for and launch the Eclipse app.
You can also run the app using the command below.
snap run eclipse
To remove the app, use the command below.
The App Center on your Ubuntu 24.04 system makes installing Eclipse IDE convenient. Open the App Center, type 'Eclipse' in the search box, and then click 'Install'. This method adds Eclipse IDE to your Ubuntu setup.

When the app opens, use the search box to find Eclipse and install it.

Install the app

Once installed, use the Dock on the left sidebar to search for and launch Eclipse.
That should do it!
Conclusion:
Installing Eclipse IDE on Ubuntu 24.04 offers several methods to suit your preferences. Here are the key takeaways:
- Versatility: Eclipse IDE is a powerful tool for Java development and supports multiple programming languages through plugins.
- Multiple Installation Methods: Options to install Eclipse include downloading directly from the Eclipse website, using the Snap package manager, or through the App Center.
- Ease of Use: Each method provides a user-friendly experience, ensuring developers can quickly start.
- Cross-Platform Compatibility: Eclipse runs on various operating systems, making it an excellent choice for developers in different environments.
- Community Support: As an open-source IDE, Eclipse benefits from a large community that contributes to its development and provides support.
With Eclipse installed, you can efficiently develop, debug, and manage your Java projects in a flexible environment. Enjoy your development experience!
How to install Eclipse enterprise edition in Ubuntu?
And then you’ll see the Eclipse Installation file right there. Make sure that file is executable. If you have executable rights, then double-click on it.
How to download IDE in Ubuntu?
This Eclipse IDE on my Ubuntu operating system. So you can see it’s around an 83 megabyte file, so I will wait for the download to complete.
Was this guide helpful?
About the Author
Richard
Tech Writer, IT Professional
Richard, a writer for Geek Rewind, is a tech enthusiast who loves breaking down complex IT topics into simple, easy-to-understand ideas. With years of hands-on experience in system administration and enterprise IT operations, he’s developed a knack for offering practical tips and solutions. Richard aims to make technology more accessible and actionable. He's deeply committed to the Geek Rewind community, always ready to answer questions and engage in discussions.
No comments yet — be the first to share your thoughts!