Facebook Twitter Instagram
    TecAdmin
    • Home
    • FeedBack
    • Submit Article
    • About Us
    Facebook Twitter Instagram
    TecAdmin
    You are at:Home»IDE»How to Install NetBeans IDE 8.2 (PHP) on Ubuntu Desktop

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

    By RahulNovember 3, 20182 Mins Read

    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.

    Advertisement

    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.

    IDE Netbeans Netbeans PHP IDE PHP IDE
    Share. Facebook Twitter Pinterest LinkedIn Tumblr Email WhatsApp

    Related Posts

    How to Install VS Code on Ubuntu 22.04

    How to Install Visual Studio Code on Ubuntu 22.04

    How to Install NetBeans IDE on Fedora

    How to Install NetBeans IDE 12 on Fedora 35/34

    How to Install PyCharm on Debian 10

    View 11 Comments

    11 Comments

    1. Raman on February 2, 2021 6:45 pm

      Getting this error while executing installer file.Please help.
      Configuring the installer…
      Searching for JVM on the system…
      Preparing bundled JVM …
      Extracting installation data…
      Running the installer wizard…

      Exception: java.lang.NoClassDefFoundError thrown from the UncaughtExceptionHandler in thread “main”

      Reply
    2. mohammadmahdi on February 26, 2020 2:24 pm

      thanks
      it was useful

      Reply
    3. Parth Thakkar on June 17, 2019 9:51 am

      Thanks for this tutorial. Worked like a charm.

      Reply
    4. Rais on January 4, 2019 2:23 am

      Thanks for tutorial

      Reply
    5. godfrey on July 17, 2017 7:26 am

      thank it works for me

      Reply
    6. srb on February 15, 2016 6:27 pm

      Thanks for help me

      Reply
    7. vikash on October 7, 2015 6:03 am

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

      Reply
    8. Santiago Carnago on September 16, 2015 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

      Reply
    9. Akhilesh on May 20, 2015 1:06 pm

      Great Tutorial 🙂

      Reply
    10. Eugene.LatDev on September 3, 2014 7:21 pm

      Thanks for info about jre7 repository. Very nice. 😉

      Reply
    11. Norman on June 8, 2014 11:29 am

      Thanks man for this tutorial. Has helped me lots.

      Reply

    Leave A Reply Cancel Reply

    Advertisement
    Recent Posts
    • How to List Manually Installed Packages in Ubuntu & Debian
    • 10 Bash Tricks Every Developer Should Know
    • How to Validate Email Address in JavaScript
    • Firewalld: Common Firewall Rules and Commands
    • 12 Apk Commands in Alpine Linux Package Management
    Facebook Twitter Instagram Pinterest
    © 2023 Tecadmin.net. All Rights Reserved | Terms  | Privacy Policy

    Type above and press Enter to search. Press Esc to cancel.