Open In App

How to Install Eclipse For PHP on Linux?

Last Updated : 10 Feb, 2022
Improve
Improve
Like Article
Like
Save
Share
Report

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.

official eclipse page

Step 2: Click on the download button.

download button

Step 3: Open terminal & execute the following commands:

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

open up terminal

Step 4: Then again execute the following commands:

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

installing eclipse for php developers

Then the installation will start.

starting instalation

Step 5: Then select Eclipse IDE for PHP Developers.

Eclipse IDE for PHP Developers

Step 6: Click on install.

installing the eclipse ide php deveopers

Now, wait for the installation to be completed.

Then the installation will be complete.

installation completed

Then it will launch.

eclipse for php developers

Hence, your installation is successful.


Like Article
Suggest improvement
Share your thoughts in the comments

Similar Reads