Ubuntu 14.04 Trusty LTS Eclipse for PHP Developers Quick Start
You are Welcome! The Tutorial shows you Step-by-Step How to Install and Getting-Started with the Latest Eclipse 2022-12 R IDE for PHP Developers on Ubuntu 14.04 Trusty Tahr LTS GNU/Linux Desktop.
The Eclipse for PHP Developers IDE Include the Development components necessary to develop PHP-based Web Applications and facilitates extensibility.
Eclipse for PHP Developers IDE Features List:
- Syntax Hightlighting
- Content Assist
- Code Formatter
- Quick Outline
- Code Templates
- Code Navigation

-
Open a Command Line Session
Ctrl+Alt+t
(Press “Enter” to Execute Commands) -
Download Latest Eclipse IDE for PHP Developers
-
Double-Click on Archive and Extract Eclipse into /tmp.
Or from Command Line:tar xvzf eclipse*.tar.gz -C /tmp/
-
Relocating Eclipse
Login with superUser administration powerssudo su
If Got “User is Not in Sudoers file” then see: How to Enable sudo
sudo chown -R root:root /tmp/eclipse && mv /tmp/eclipse /opt/
-
Starting Eclipse from Terminal.
Making a Symlink:
ln -s /opt/eclipse/eclipse /usr/local/bin/eclipse
To Exit from the SuperUser Session:
exit
After you can Start Eclipse from Terminal simply with:
eclipse
-
Create an Eclipse Launcher for Easy-Starting
-
Getting-Started with Eclipse for PHP Developers
Tags: Eclipse, eclipse for php developers, eclipse linux, eclipse php ubuntu, Eclipse Ubuntu, Getting Started, How-to, Install, install eclipse php ubuntu, install eclipse ubuntu, Linux, Linux Tutorial, Linux Ubuntu, PHP, PHP 5, php development ubuntu, php ide ubuntu, php web development, Quick Start, Tutorial, Ubuntu, ubuntu 14.04 Trusty Tahr LTS, ubuntu linux, web development ubuntu