Setting Up
-
2. Downloading Eclipse PHP IDE
Download Eclipse PHP IDE for 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 GNU/Linux
Contents