Apache NetBeans 12.0 | Software installation on Ubuntu 20.04 | Java 11.0

Опубликовано: 03 Апрель 2026
на канале: MPD_Tech ITbuzz
169
0

Apache NetBeans 12.0 | Software installation on Ubuntu 20.04 | Java 11.0
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.

Prerequisites
Apache NetBeans IDE requires Java 8 or later Java Development Kit installed on your system. To install Java on your system, execute following command

sudo apt install default-jdk

Install Netbeans on Ubuntu
We use snap package to install Netbeans IDE on Ubuntu Linux system. The latest Ubuntu system have default Snapd installed for application installation. Open a terminal on your system and run the following command to install Netbeans IDE.

sudo snap install netbeans --classic

On successfull install, you will se output like below:

netbeans 11.3 from Apache NetBeans* installed

#Apache #NetBeans #Ubuntu20.04 #opensource