Eclipse PHP Lubuntu 18.04 Installation Guide
Hi! The Tutorial shows you Step-by-Step How to Install Eclipse 2023-12 R IDE for PHP Developers on Lubuntu 18.04 Bionic LTS 64-bit GNU/Linux Desktop.
And the Eclipse PHP IDE for Lubuntu 18.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
-
1. Launching Terminal
Open a Terminal Shell Emulator Window:
Ctrl+Alt+t on Desktop
(Press “Enter” to Execute Commands)In case first see: Terminal QuickStart Guide.
-
2. Downloading Eclipse PHP IDE
Download Eclipse PHP IDE for Lubuntu GNU/Linux
-
3. Extracting Eclipse PHP Archive
Then Extract Eclipse PHP tar.gz into /tmp Directory
If it does Not Open automatically then Double-Click on File Manager:
Or from Command Line:tar xvzf ~/Downloads/eclipse*.tar.gz -C /tmp/
-
4. Relocating Eclipse
Next Relocate Eclipse Folder
First, Set the SuperUser as Owner with:sudo chown -R root:root /tmp/eclipse
And then Switch Contents:
sudo mv /tmp/eclipse /opt/eclipse
-
5. Installing Oracle JRE
How to Install Required Oracle JRE on Lubuntu
-
6. Launching Eclipse IDE
Finally, Launch & Enjoy Eclipse
First, Make a Symlink:sudo ln -s /opt/eclipse/eclipse /usr/local/bin/eclipse
And Now you can Start Eclipse from Terminal simply with:
eclipse
-
7. Making a Menu App Launcher
How to Create App Launcher on Lubuntu Main Menu.