Eclipse

  1.  Open your web browser and visit this link: https://www.eclipse.org/downloads/download.php?file=/technology/epp/down...
  2.  Download this file and save this file to downloads.
  3. Open Terminal, Enter the downloads directory. You can acess this directory by the entering the following in the command line. --> "cd Downloads
  4. Once your in the downloads directiory, you must find the downloaded eclipse folder. You can list all files in the directiory with the following command. --> "ls"
  5. After entering the command shown above, all the files in the download directory will be listed. The eclipse file should look something like this -> "eclipse-php-2019-12-R-linux-gtk-x86_64.tar.gz"
  6. Extract the file by entering the following command, "tar xvfz "eclipse-php-2019-12-R-linux-gtk-x86_64.tar.gz" "
  7. Enter the eclipse folder by entering "cd eclipse"
  8. Run the script to open eclipse. The script is the following -->  "./eclipse"
  9. Elipse IDLE will open.

 

cd Downloads
tar xvfz "eclipse-php-2019-12-R-linux-gtk-x86_64.tar.gz
cd eclipse
./eclipse