Technoracle
    Facebook Twitter Instagram
    • Sitemap
    • Privacy Policy
    • Disclaimer
    • Term of Services
    Facebook Twitter Instagram Pinterest Vimeo
    TechnoracleTechnoracle
    • Tutorials
      • Amazon Cloud
      • Google Cloud
    • How To
    • Blog
    • About
    Subscribe
    Technoracle
    Home»How To»How to Install Eclipse in Ubuntu Easily
    How To

    How to Install Eclipse in Ubuntu Easily

    Rajesh ShivamBy Rajesh ShivamJune 12, 2021No Comments2 Mins Read
    Share Facebook Twitter Pinterest LinkedIn Tumblr Reddit Telegram Email
    How to Install Eclipse in Ubuntu
    Share
    Facebook Twitter LinkedIn Pinterest Email

    Eclipse is a cross-platform most widely used JAVA IDE (Integrated Development Environment). It is very flexible and can add multiple plugins to work with other programming languages as well. The programming language it supports is C + +, JavaScript and PHP. In this tutorial, I will share how to install eclipse in ubuntu.

    You can install Eclipse from the Ubuntu repository, but the version of the software is not updated frequently, so it is recommended to install Eclipse using the snap store. So, let’s get started.

    Page Contents

    • How to Install Eclipse in Ubuntu
      • Install Java
      • Install Eclipse from Snap Package Management
      • Install Eclipse Manually
    • Conclusion

    How to Install Eclipse in Ubuntu

    I will share two methods for the Eclipse installation on Ubuntu

    • Install Eclipse in Ubuntu via the snap package manager.
    • Install Eclipse manually.

    Install Java

    As the Eclipse is java based, you will need a Java runtime environment. So, install Java by following command.

    $ sudo apt update
    $ sudo apt install default-jre

    Install Eclipse from Snap Package Management

    To install Eclipse from the Snap store, run the following command.

    $ sudo snap install --classic eclipse

    Above command will install the latest version of the Eclipse.

    install Eclipse from the Snap store

    Now, open application launcher and search for Eclipse.

    eclipse search

    When you click on the freshly installed Eclipse, it will ask to configure the default workspace directory. You can keep this as default.

    Now you are able to create a new Java project or you can import existing Java projects.

    Install Eclipse Manually

    Alternatively, you can install Eclipse manually by downloading the Eclipse installer from the official website. After downloading Eclipse extract the file using the following command.

    $ sudo tar xfz ~/Downloads/eclipse-inst-linux64.tar.gz

    When extraction completed, run the installer

    $ ~/Downloads/eclipse-inst-jre-linux64/eclipse-installer/eclipse-inst

    A installer page will open, where you have to choose the installation type.

    When you select the Eclipse IDE, the final installation page will appear.

    Click on Install to finish the manual installation of Eclipse.

    Conclusion

    In this tutorial, you have learned how to install Eclipse in Ubuntu. If you have any doubts feel free to contact me, I will definitely try to help you. Also, you can join our elite Facebook group to get direct help from me. If you like this tutorial, please share this article on your social media handle.

    eclipse installation ubuntu tips
    Share. Facebook Twitter Pinterest LinkedIn Tumblr Email
    Previous ArticleHow to Copy File from Local to Remote Server Easily
    Next Article How to Zip a Folder in Linux Easily
    Rajesh Shivam

    Hello, everyone, I am Rajesh Shivam, I am a full-time freelancer with more than seven years plus experience in different freelancing platforms, in this blog, I am going to provide complete freelancing tips and tricks.

    Related Posts

    How To

    How to Install Microsoft Teams on Ubuntu 22.04 Easily

    February 22, 2023
    Read More
    How To

    What is Elastic IP and Its Pricing in AWS

    February 22, 2023
    Read More
    How To

    How to Convert PEM to PPK file [Step by Step Guide]

    February 22, 2023
    Read More
    Add A Comment

    Leave A Reply Cancel Reply

    Facebook Twitter Instagram Pinterest
    © 2023 Technoracle

    Type above and press Enter to search. Press Esc to cancel.

    Go to mobile version