Spread the love

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
Code language: PHP (php)

How to install Apache NetBeans using the GUI?

First we have to select the Ubuntu software center:

How to use the Ubuntu 21.04 software center?
How to use the Ubuntu 21.04 software center?

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

How to search in software center in Ubuntu 21.04?
How to search in software center in Ubuntu 21.04?

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

How to install an app from software center in Ubuntu 21.04?
How to install an app from software center in Ubuntu 21.04?

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

How to search for an app in Ubuntu 21.04?
How to search for an app in Ubuntu 21.04?
How to find an app in Ubuntu 21.04?
How to find an app in Ubuntu 21.04?

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

First screen Apache NetBeans in Ubuntu 21.04 Linux
First screen Apache NetBeans in Ubuntu 21.04 Linux

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

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

Leave a Reply