Open In App

How to Install Eclipse For PHP on Linux?

Eclipse is a free open source platform, Integrated Development Environment (IDE) with the help of which applications are made using the Java programming languages and other programming languages are also used such as C/C++, PERL, Python, Ruby, etc. It is composed of many plug-ins and is designed to be extensible using additional plug-ins.

Installing Eclipse for PHP on Linux:

Follow the below steps to install Eclipse for PHP on Linux:



Step 1: Browse to this link & click on Linux x86_64.



Step 2: Click on the download button.

Step 3: Open terminal & execute the following commands:

cd downloads/
ls
tar xvfz eclipse-inst-linux64.tar.gz

Step 4: Then again execute the following commands:

ls
cd eclipse-installer/
ls
./eclipse-inst

Then the installation will start.

Step 5: Then select Eclipse IDE for PHP Developers.

Step 6: Click on install.

Now, wait for the installation to be completed.

Then the installation will be complete.

Then it will launch.

Hence, your installation is successful.

Article Tags :