Skip to content

Linux – Installing Eclipse using the terminal

Kristina edited this page Nov 15, 2017 · 1 revision

1.Open the terminal and run the sudo apt-get update command to update the list of packages and their dependencies. This will ensure that the latest version of Eclipse is installed. Update packages

  1. Next run the sudo apt-get install eclipse command to install eclipse. Install Eclipse

To run Eclipse just search for it and then click on the Eclipse icon. Run Eclipse

Clone this wiki locally