How to install NetBeans in Ubuntu 21.04

User Avatar
👤 admin
🔴 Admin
✍️ The most important thing in the world is to not be alone.
⏳ Last active: 15 Apr 2025 at 16:01
📅 Created: 27 Apr 2021 at 17:14
👀 Viewed: 29 times
✉️ Send Email

What is Apache NetBeans?

Apache NetBeans is an integrated development environment (IDE) for Java. It allows applications to be developed from a set of modular software components called modules. NetBeans runs on Windows, macOS, Linux and Solaris. In addition to Java development, it has extensions for other languages like PHP, C, C++, HTML5, and JavaScript. Applications based on NetBeans, including the NetBeans IDE, can be extended by third party developers.

NetBeans IDE Complete Bundle

Oracle also releases a version of NetBeans that includes all of the features of the above bundles. This bundle includes:

Official Ruby support was removed with the release of 7.0.

How to install Apache NetBeans using the terminal?


# How to install NetBeans in Ubuntu Linux using snap

sudo apt install openjdk-8-jdk

sudo snap install netbeans --classic

# How to remove NetBeans in Ubuntu Linux using snap

sudo apt remove openjdk-8-jdk

sudo snap remove netbeans

How to install Apache NetBeans using the GUI?

First we have to select the Ubuntu software center:

Image

Then we have to search for Apache NetBeans in the software center:

Image

Now select install, you are going to be asked for your password to install an app:

Image

By now the app is installed, we need to search for it and start it:

Image

Image

At this point Apache NetBeans is going to start and we can start coding :) Here is a sample screen of the program started:

Image

Here is a quick video tutorial on how to install in terminal and gui:

https://youtu.be/tDX-lS8Qv-M

We hope you enjoyed this article. if that is so please rate this page with the stars bellow and subscribe to our YouTube channel.

If you want to comment: Login or Register