GNU/Linux Parrot Installing Eclipse PHP IDE – Step by step Guide
How to Install Eclipse IDE 2025-06 R for PHP Developers in Parrot OS Home/Security 64-bit GNU/Linux desktop – Step by step Tutorial.
And the Eclipse PHP IDE for Parrot 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 Shell Terminal emulator window
(Press “Enter” to Execute Commands)
-
2. Downloading Eclipse PHP IDE
Download Eclipse PHP IDE for Parrot GNU/Linux
-
3. Installing Eclipse PHP
Then to Setup Eclipse IDE
Then Extract the Archive into the Target with one Command:sudo tar xvzf $HOME/Downloads/eclipse*linux*.tar.gz -C /opt/
But if you are in Trouble to Find the Location on Terminal then See: How to Access Downloads Folder from Browser.
Now Set the SuperUser as Owner:sudo chown -R root:root /opt/eclipse
Authenticate with the User Admin Pass.
If Got “User is Not in Sudoers file” then see: How to Enable sudo.
Contents