{"id":11390,"date":"2022-02-01T11:30:10","date_gmt":"2022-02-01T08:30:10","guid":{"rendered":"https:\/\/kifarunix.com\/?p=11390"},"modified":"2024-03-09T10:24:44","modified_gmt":"2024-03-09T07:24:44","slug":"install-netbeans-ide-on-ubuntu-22-04","status":"publish","type":"post","link":"https:\/\/kifarunix.com\/install-netbeans-ide-on-ubuntu-22-04\/","title":{"rendered":"Install NetBeans IDE on Ubuntu 22.04"},"content":{"rendered":"\n
In this tutorial, you will learn how to install NetBeans IDE on Ubuntu 22.04. NetBeans IDE<\/a> is a free and open source extensible Java IDE (Integrated Development Environment) that enable software developers to quickly and easily develop Java desktop, Java EE, and web applications, as well as HTML5 applications with HTML, JavaScript, and CSS. The IDE also provides a great set of tools for PHP, Ruby and C\/C++ developers.<\/a><\/p>\n\n\n\n NetBeans IDE requires Java Development Kit version 8 or above. In this guide, we use Java 11, which is the default available version on Ubuntu 22.04 main repos.<\/p>\n\n\n\n To verify the version of the installed Java development kit, run the command below;<\/p>\n\n\n\n There are different methods in which you can install NetBeans IDE on Ubuntu. These include;<\/p>\n\n\n\n To install NetBeaNavigate to Apache NetBeans downloads page<\/a> and grab the installer script for Linux. You can simply run the command below to download it (for version 12.6).<\/p>\n\n\n\n Once the download is complete, then run the command below to install NetBeans IDE.<\/p>\n\n\n\n The script will launch the NetBeans installer.<\/p>\n\n\n\n If you need to get the latest version of NetBeans installed and running on Ubuntu 22.04, you can install it from snaps using the snap package manager.<\/p>\n\n\n\n On Ubuntu 22.04, Snapd is already installed and enabled;<\/p>\n\n\n\n Thus, ensure your system package cache is up-to-date.<\/p>\n\n\n\n Check available version of NetBeans IDE on snap;<\/p>\n\n\n\n Next, install NetBeans using snap package manager;<\/p>\n\n\n\n In all the methods, once the installation is done, NetBeans IDE should now be available among your system applications.<\/p>\n\n\n\n You can thus just click it to launch it and start using it.<\/p>\n\n\n\n And that brings us to the end of our simple tutorial on how to install NetBeans IDE on Ubuntu.<\/p>\n\n\n\n Read more on NetBeans IDE Knowledge base<\/a>.<\/p>\n\n\n\n Install NetBeans IDE on Debian 10<\/a><\/p>\n\n\n\n Install Fleet Osquery Manager on Ubuntu 20.04<\/a><\/p>\n\n\n\nInstall NetBeans IDE on Ubuntu 22.04<\/h2>\n\n\n\n
Install Java Development Kit on Ubuntu 22.04<\/h3>\n\n\n\n
apt update<\/code><\/pre>\n\n\n\n
apt install default-jdk<\/code><\/pre>\n\n\n\n
java -version<\/code><\/pre>\n\n\n\n
openjdk version \"11.0.14\" 2022-01-18\nOpenJDK Runtime Environment (build 11.0.14+9-Ubuntu-0ubuntu2)\nOpenJDK 64-Bit Server VM (build 11.0.14+9-Ubuntu-0ubuntu2, mixed mode, sharing)<\/code><\/pre>\n\n\n\n
Install NetBeans IDE on Ubuntu<\/h3>\n\n\n\n
\n
Install NetBeans on Ubuntu using NetBeans installer script<\/h4>\n\n\n\n
wget https:\/\/dlcdn.apache.org\/netbeans\/netbeans-installers\/12.6\/Apache-NetBeans-12.6-bin-linux-x64.sh<\/code><\/pre>\n\n\n\n
sudo sh Apache-NetBeans-12.6-bin-linux-x64.sh <\/code><\/pre>\n\n\n\n
\n
<\/figure><\/div><\/a><\/div>\n\n\n\n
\n
<\/figure><\/div><\/a><\/div>\n\n\n\n
\n
<\/figure><\/div><\/a><\/div>\n\n\n\n
\n
Install NetBeans from Snaps<\/h4>\n\n\n\n
snap version<\/code><\/pre>\n\n\n\n
snap 2.54.2\nsnapd 2.54.2\nseries 16\nubuntu 22.04\nkernel 5.13.0-19-generic<\/code><\/pre>\n\n\n\n
apt update<\/code><\/pre>\n\n\n\n
snap find netbeans<\/code><\/pre>\n\n\n\n
Name Version Publisher Notes Summary\nnetbeans 12.6 apache-netbeans\u2713 classic Apache NetBeans IDE<\/code><\/pre>\n\n\n\n
sudo snap install netbeans --classic<\/code><\/pre>\n\n\n\n
Running NetBeans IDE on Ubuntu 22.04<\/h3>\n\n\n\n
<\/figure><\/a><\/div>\n\n\n\n
<\/figure><\/div><\/a><\/div>\n\n\n\n
Other Tutorials<\/h3>\n\n\n\n