|
If Eclipse is available in SuSE internet reposities and you have an internet connection, it's probably easiest done if you open SuSE's YaST and have the package manager / software update/install tool get the package (along with it's possible dependencies) for you. It's a matter of a few clicks and you're ready, if Eclipse is in the reposities.
Second best choice is if you have downloaded the SuSE specific Eclipse's .rpm package, and if it depends on any other packages (needs other packages installed before it can install), have downloaded them all too. Then simply select the package(s) and press ENTER, or double-click. You're asked for a password and then the dependencies are calculated; if everything is in order, the package is installed (if not, the program tells you why -- for example if you need to obtain other packages first and install them before this).
Third choice is to obtain the source code (usually in a compressed archive like .tar.gz or .tar.bz2), make sure you have all the needed compilation tools installed, compile the source code and then install it. Instructions for this are (or should be) found inside the package file. Open by double-clicking on it, a packaging tool should open (like WinZip).
|