Facebook Twitter Instagram
    TecAdmin
    • Home
    • FeedBack
    • Submit Article
    • About Us
    Facebook Twitter Instagram
    TecAdmin
    You are at:Home»Applications»How to Install NetBeans on Ubuntu 18.04

    How to Install NetBeans on Ubuntu 18.04

    By RahulNovember 4, 20202 Mins Read

    NetBeans is a popular IDE for the Java application development. Which allows applications to be developed from a set of modular software components called modules. NetBeans is available to run on popular operating systems like Windows, macOS, Linux and Solaris systems.

    Advertisement

    A snap package is available for the NetBeans installation on Ubuntu 18.04 Linux system.

    This tutorial will help you to install NetBeans IDE on your Ubuntu 18.04 Desktop system using snap package.

    Prerequisites

    Login to your Ubuntu 18.04 Desktop system with sudo privileged account. Then launch a terminal on your system.

    Step 1 – Installing Java

    You must have Java installed on your system to run NetBeans IDE. If you don’t have Java installed on your Ubuntu system, use the following commands to install Java.

    sudo apt update 
    sudo apt install default-jdk 
    

    Step 2 – Install NetBeans on Ubuntu 18.04

    Use snap package to install NetBeans IDE on your Ubuntu Desktop system. The latest Ubuntu system have default Snapd daemon installed.

    You can install snapd (if not available) by executing the following command:

    sudo apt install snapd 
    

    Then run the following command to install Netbeans IDE using snap package

    sudo snap install netbeans --classic 
    

    On successful installation, you will see the below output:

    netbeans 12.1 from Apache NetBeans* installed
    

    All done, You have installed NetBeans on your Ubuntu system.

    Step 3 – Running NetBeans IDE

    Search for the NetBeans under the applications. You will see the NetBeans launcher icon like below screenshot. Click on launcher button to start.

    Launch NetBeans on Ubuntu 18.04

    Netbeans will be started on your Ubuntu system.

    Installing NetBeans on Ubuntu 18.04

    Step 4 – Removing NetBeans from System

    If you no more needed NetBeans IDE on your system. Use the following command to remove it from your Ubuntu system.

    sudo snap remove netbeans 
    

    Conclusion

    In this tutorial, you have learned to install NetBeans on Ubuntu 18.04 Linux system using Snap package.

    IDE Netbeans
    Share. Facebook Twitter Pinterest LinkedIn Tumblr Email WhatsApp

    Related Posts

    (Resolved) – React.JS 404 Error on Page Reload

    (Resolved) – ReactJS 404 Error on Page Reload

    Best Linux Screen Recording Tools

    10 Best Linux Screen Recording Tools in 2022

    Top 10 Open Source Linux Code Editors

    10 Best Open Source Linux Code Editors

    Add A Comment

    Leave A Reply Cancel Reply

    Advertisement
    Recent Posts
    • How to Install PHP 8.2-7.4 on RHEL & CentOS Stream 9
    • How to Install MySQL 8.0 on RHEL & CentOS Stream 9
    • How to Split Large Archives in Linux using the Command Line
    • System.out.println() Method in Java: A Beginner’s Guide
    • Split Command in Linux With Examples (Split Large Files)
    Facebook Twitter Instagram Pinterest
    © 2023 Tecadmin.net. All Rights Reserved | Terms  | Privacy Policy

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