Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Installation of eclipse php in ubuntu

How to install eclipse php in ubuntu platform using apt get install. Any other utilities are required to do that

like image 957
ArK Avatar asked Sep 14 '09 11:09

ArK


People also ask

How do I install Eclipse on Ubuntu?

You can either install it from the terminal or the software center in Ubuntu. Open the Software Center application in Ubuntu and search for Eclipse and install it from there.

Where is Eclipse installed in Ubuntu?

the /usr/lib/eclipse directory. Ubuntu user using apt installation.

Does Eclipse have PHP?

The Eclipse PHP IDE project delivers a PHP Integrated Development Environment framework for the Eclipse platform. This project encompasses the development components necessary to develop PHP-based Web Applications and facilitates extensibility.


1 Answers

The simplest solution, which will allow you to have the latest version, would be to :

  • go to http://eclipse.org/pdt/
  • download the lastest version (icon on the right)
  • Choose the "PDT 2.1 All In Ones / Eclipse PHP Package" package that's OK for you : Linux x86, 32 or 64 bits
  • download that package
  • unzip it
  • and voila, you can run Eclipse PDT

Advantages :

  • last version
  • doesn't require root privileges

I'm always using this solution, because new versions of Eclipse PDT generally bring nice enhancements, and are not integrated on the Ubuntu repositories before a long time passes... And I've never had any problem with this solution.

like image 56
Pascal MARTIN Avatar answered Oct 13 '22 02:10

Pascal MARTIN