• Home
  • Ubuntu 18.04
    • Whats New?
    • Upgrade Ubuntu
    • Install Java
    • Install Node.js
    • Install Docker
    • Install Git
    • Install LAMP Stack
  • Tutorials
    • AWS
    • Shell Scripting
    • Docker
    • Git
    • MongoDB
  • Funny Tools
  • FeedBack
  • Submit Article
  • About Us
TecAdmin
Menu
  • Home
  • Ubuntu 18.04
    • Whats New?
    • Upgrade Ubuntu
    • Install Java
    • Install Node.js
    • Install Docker
    • Install Git
    • Install LAMP Stack
  • Tutorials
    • AWS
    • Shell Scripting
    • Docker
    • Git
    • MongoDB
  • Funny Tools
  • FeedBack
  • Submit Article
  • About Us

How to Install NetBeans IDE 8.2 (PHP) on Ubuntu Desktop

Written by Rahul, Updated on November 3, 2018

NetBeans is the most popular IDE for development on Linux systems. NetBeans editor provides many pre-configured code templates and code generation tools for faster development support. This article will help you to install NetBeans IDE on Ubuntu Systems.

Step 1 – Install JAVA

Java is the primary requirement for the Netbeans installation on the system. Use below command to verify if Java is already installed or not.

java -version

java version "1.8.0_171"
Java(TM) SE Runtime Environment (build 1.8.0_171-b11)
Java HotSpot(TM) 64-Bit Server VM (build 25.171-b11, mixed mode)

If you don’t have Java installed, use tutorial => Install Java on Ubuntu

Step 2 – Download NetBeans (PHP) Installer

After installing/verifying java on your system, download NetBeans for PHP latest installer file, For following commands, we are running as root user.

sudo su -
wget http://download.netbeans.org/netbeans/8.2/final/bundles/netbeans-8.2-php-linux-x64.sh

You can download full version of NetBeans from official website or using this link. After complete download of installer file, make file executable and run it.

Step 3 – Install NetBeans IDE

Make the downloaded script executable and execute the script like below. As of today NetBeans 8.2 is the latest version is available to install, For more recent versions, visit https://netbeans.org/ official site.

chmod +x netbeans-8.2-php-linux-x64.sh
./netbeans-8.2-php-linux-x64.sh

The installer will launch an installation wizard. Follow the given instructions and complete the wizard.

Install NetBeans IDE - Wizard

Complete above installer by clicking Next and Accept terms for uses.

Step 4 – Open NetBeans IDE

After finishing the installation of NetBeans start using Dashboard search box, Type “NetBeans” and it will display launcher icon. Click on the icon to launch Netbeans IDE.

Install NetBeans IDE - Start Page

Install NetBeans IDE - Edit File

Congratulation’s! you have successfully installed NetBeans IDE for PHP on Ubuntu system. Enjoy coding.

Share it!
Share on Facebook
Share on Twitter
Share on LinkedIn
Share on Reddit
Share on Tumblr
Share on Whatsapp
Rahul
Rahul
Connect on Facebook Connect on Twitter

I, Rahul Kumar am the founder and chief editor of TecAdmin.net. I am a Red Hat Certified Engineer (RHCE) and working as an IT professional since 2009..

10 Comments

  1. Avatar mohammadmahdi Reply
    February 26, 2020 at 2:24 pm

    thanks
    it was useful

  2. Avatar Parth Thakkar Reply
    June 17, 2019 at 9:51 am

    Thanks for this tutorial. Worked like a charm.

  3. Avatar Rais Reply
    January 4, 2019 at 2:23 am

    Thanks for tutorial

  4. Avatar godfrey Reply
    July 17, 2017 at 7:26 am

    thank it works for me

  5. Avatar srb Reply
    February 15, 2016 at 6:27 pm

    Thanks for help me

  6. Avatar vikash Reply
    October 7, 2015 at 6:03 am

    How to uninstall NetBeans IDE 8.0.2 for PHP on Ubuntu 14.04, 12.04 & LinuxMint

  7. Avatar Santiago Carnago Reply
    September 16, 2015 at 9:29 pm

    Thanks, you save me a lot of pain and big headache. Installing latest version of Netbeans was smooth following your tutorial. Your site go to my bookmarks, right now

  8. Avatar Akhilesh Reply
    May 20, 2015 at 1:06 pm

    Great Tutorial 🙂

  9. Avatar Eugene.LatDev Reply
    September 3, 2014 at 7:21 pm

    Thanks for info about jre7 repository. Very nice. 😉

  10. Avatar Norman Reply
    June 8, 2014 at 11:29 am

    Thanks man for this tutorial. Has helped me lots.

Leave a Reply Cancel reply

Popular Posts

  • How to Install Python 3.9 on CentOS/RHEL 7 & Fedora 32/31 0
  • How To Install VNC Server on Ubuntu 20.04 1
  • How To Install NVM on macOS with Homebrew 0
  • (Solved) apt-add-repository command not found – Ubuntu & Debian 0
  • How to Install .NET Core on Debian 10 0
© 2013-2020 Tecadmin.net. All Rights Reserved | Terms  | Privacy Policy