Install NetBeans IDE on Ubuntu 11.10 for PHP development

Add the Personal Package Archives repository and run an update:

sudo add-apt-repository ppa:ferramroberto/java
sudo apt-get update

Install the Java Development Kit:

sudo apt-get install sun-java6-jdk

Go to your home folder and download NetBeans:

cd
wget http://download.netbeans.org/netbeans/7.0.1/final/bundles/netbeans-7.0.1-ml-php-linux.sh

The current version is 7.0.1 (24/11/2011). Please check the site (http://netbeans.org/) to see if there is a newer version available and if it is there, download it instead.

Give yourself permissions to execute the install script you have just downloaded and execute it:

chmod u+x netbeans-7.0.1-ml-php-linux.sh
./netbeans-7.0.1-ml-php-linux.sh

And now go through the installation wizard. Tu run NetBeans click the icon that will be added on your Desktop.

Comments

Thank you very much, it was

Thank you very much, it was very useful information for me. I was started to loose too much time to install NetBeans. Thank again.!

Sweet! Worked well for me.

Sweet! Worked well for me. Thank you!

Thanks..... Nice steps

Thanks..... Nice steps ...
working fine

Post new comment

  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • You may post code using <code>...</code> (generic) or <?php ... ?> (highlighted PHP) tags.
  • Lines and paragraphs break automatically.

More information about formatting options

2 + 4 =
Solve this simple math problem and enter the result. E.g. for 1+3, enter 4.