Eclipse for PHP Linux Mint 19.x Installation Guide
Hi! The Tutorial shows you Step-by-Step How to Install Eclipse 2023-12 R IDE for PHP Developers on Linux Mint 19.x Tara/Tessa/Tina/Tricia LTS GNU Mate/Cinnamon/Xfce/KDE Desktop.
And the Eclipse PHP for Mint 19 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 Shell Terminal emulator window
(Press “Enter” to Execute Commands)In case first see: Terminal QuickStart Guide.
-
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
sudo 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