How to Install Latest Eclipse for PHP Developers on Ubuntu 17.04 Zesty Easy Guide

May 10, 2017 | By the+gnu+linux+evangelist.

Install Eclipse for PHP on Ubuntu 17.04 Zesty

Hi! The Tutorial shows you Step-by-Step How to Install Eclipse 2023-12 R IDE for PHP Developers on Ubuntu 17.04 Zesty 64-bit GNU/Linux Desktop.

And the Eclipse PHP IDE for Linux 17.04 Include the Development components necessary to develop PHP-based Web Applications and facilitates extensibility.

Finally, the Eclipse for PHP Developers IDE Features List:

  • Syntax Hightlighting
  • Content Assist
  • Code Formatter
  • Quick Outline
  • Code Templates
  • Code Navigation
PHP 5.6 Installation in Ubuntu 22.04 – Step-by-step
  1. Open a Terminal Shell emulator window
    Ctrl+Alt+t on desktop
    (Press “Enter” to Execute Commands)

    Quick-Start with Eclipse for PHP Developers on Ubuntu 17.04 Zesty - Open Terminal

    In case first see: Terminal QuickStart Guide.

  2. Download Latest Eclipse IDE for PHP Developers

    Eclipse 2023-12 R IDE PHP tar.gz Linux
  3. Double-Click on Archive and Extract Eclipse into /tmp.

    Install Eclipse for C on Ubuntu 17.04 Zesty - Extraction
    Or from Command Line:

    tar xvzf eclipse*.tar.gz -C /tmp/
  4. Relocating Eclipse
    Login with superUser Admin powers:

    sudo su

    You will be prompted to Insert the SuperUser Password
    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/
  5. Starting Eclipse from Terminal
    Making a Symlink:

    ln -s /opt/eclipse/eclipse /usr/local/bin/eclipse
    To Achieve the Super-user session:
    exit

    After you can Start Eclipse from Terminal simply with:

    eclipse
  6. Create an Eclipse Launcher for Easy-Starting

    Making Launcher for Ubuntu-Unity
    Unity Eclipse Launcher
  7. Getting-Started with Eclipse for PHP Developers

    Eclipse PHP Quick Start

QuickChic Theme • Powered by WordPress