Install Apache NetBeans IDE 14 On Ubuntu / AlmaLinux & Fedora

Tipsonunix
3 min readJun 17, 2022
Install Apache Netbeans IDE 14 on linux

This tutorial will be helpful for beginners to install Apache NetBeans IDE 14 on Ubuntu 22.04 LTS, Ubuntu 20.04 LTS, Linux Mint 20.3, AlmaLinux 9, Rocky Linux 8, and Fedora 36.

About Apache NetBeans IDE

Netbeans is an open-source cross-platform IDE for programming. It is a powerful and easy-to-use IDE with a lot of features. It is a great tool for programming beginners and professionals.

Netbeans IDE is free and open-source and has inbuilt multiple plugins for multiple programming languages.

Apache NetBeans IDE 14 Changelog

Please refer to the GitHub release page for the complete changelog

Install Apache NetBeans IDE 14 on Ubuntu / Debian / Linux Mint / AlmaLinux / Fedora

Apache NetBeans IDE 14 can be installed on Ubuntu / Debian / Linux Mint / AlmaLinux / Fedora / RHEL / Rocky Linux via 3 methods

- Method 1: Via Official Installer

- Method 2: Via Flatpak

- Method 3: Via SNAP Store

Method 1: Via Official Installer

Step 1: Download the installer file from the downloads page or use the below command

wget https://dlcdn.apache.org/netbeans/netbeans-installers/14/Apache-NetBeans-14-bin-linux-x64.sh

Step 2: Provide execution permissions to the installer file

sudo chmod 755 Apache-NetBeans-14-bin-linux-x64.sh

Step 3: Execute the installer using the below command and the installer will pop up, click on Next to proceed with the installation

./Apache-NetBeans-14-bin-linux-x64.sh

Once installation is completed, open the Netbeans IDE from the launcher

Netbeans IDE 14

Method 2: Via Snap Store

Install the Snap package using this guide on your system.

Once Snap Package installation is completed, install Apache Netbeans IDE 14 using the below command

sudo snap install netbeans — classic

Method 3: Via Flathub

Step 1: Install Flatpak on your system using this guide

Step 2: Install Apache NetBeans IDE 14 using Flatpak

flatpak install flathub org.apache.netbeans

Step 3: Run Apache NetBeans IDE

flatpak run org.apache.netbeans

If you are planning to remove use the below command

flatpak remove org.apache.netbeans

How to remove Apache NetBeans IDE 14 on Ubuntu / Debian / Linux Mint / AlmaLinux / Fedora

Uninstallation using the installer file

If you are planning to remove NetBeans execute the uninstall.sh script which will be under the /usr/local/netbeans-14

./usr/local/netbeans-14/uninstall.sh

Conclusion

From this tutorial, you have learned how to download and install Apache Netbeans IDE 14 on Ubuntu, Debian, Linux Mint, RHEL, AlmaLinux, Rocky Linux, and Fedora

Do let us know your comments and feedback in the comments section below.

If my articles on TipsonUNIX have helped you, kindly consider buying me a coffee as a token of appreciation

orange-button

Thank You for your support!!

--

--

Tipsonunix

Tipsonunix Provides Linux tutorial for beginners