This page looks best with JavaScript enabled

Install / Remove Netbeans 8.2 On Ubuntu / LinuxMint

 ·  ☕ 2 min read  ·  ✍️ anz007

NetBeans a famous program editor software used by all professionals.It is written in java and it is available for all Operating systems Windows ,Linux & Mac OSX

In this Tutorial I will tell you how to Install / Remove NetBeans 8.2 on Ubuntu 16.04 & LinuxMint versions

NetBeans IDE 8.2 provides you the out-of the box code analyzers and editors compatible for working in latest JAVA ,Netbeans lets you quickly and easily develop Java desktop, mobile, and web applications, as well as HTML5 applications with HTML, JavaScript, and CSS.

The IDE also provides a great set of tools for PHP and C/C++ developers.It is free and open source and has a large community of users and developers around the world.

Changes in Netbeans 8.2

  • ECMAScript 6 and Experimental ECMAScript 7 Support
  • HTML5/JavaScript Enhancements
  • PHP 7 support
  • Docker support
  • Java Editor and Profiler Enhancements
  • Debugger Enhancements
  • C/C++ Enhacements

Installation Steps

Before Proceeding for installation of NETBEANS java MUST for successfull installation, otherwise netbeans won`t install
For Java Installation Please visit Check this post Install Java 8 On Ubuntu / LinuxMint Offline

Otherwise Download Netbeans from oracle website ,it contains inbuilt JAVA to the package so no need to separately download and Install JAVA

Step 1: Download the NetBeans 8.2 from the NETBEANS website or use the below command.
wget http://download.netbeans.org/netbeans/8.2/final/bundles/netbeans-8.2-linux.sh

Step 2: After downloading change the permissions for the file for making the file as executable
sudo chmod 755 netbeans-8.2-linux.sh

Step 3:Run the Installation File
sudo ./netbeans-8.2-linux.sh

Tangkapan-layar-2019-03-28-204635

Removing Netbeans 8.2

For complete uninstallation run the below command in the terminal
/usr/local/netbeans-8.2/uninstall.sh

Share on