Netbeans – Debian Wiki

More Actions: Raw Text Print View Render as Docbook Delete Cache ———————— Check Spelling Like Pages Local Site Map ———————— Rename Page Delete Page ———————— Subscribe User ———————— Remove Spam Revert to this revision Package Pages ———————— Load Save SlideShow

Apache Netbeans

Description

Netbeans is an open source extensible Java IDE, maintained by the apache foundation.

Installation instructions

Via the official deb package

1. Install wget:

sudo apt install wget

2. Download Netbeans using wget:

wget https://dlcdn.apache.org/netbeans/netbeans-installers/17/apache-netbeans_17-1_all.deb

3. Install Netbeans using apt:

sudo apt install ./apache-netbeans_17-1_all.deb

Via the official snap packages

You need to install snap by running:

sudo apt install snapd

To install Netbeans via snap, using the following commands:

sudo snap install core

sudo snap install netbeans --classic

To run Netbeans:

sudo snap run netbeans