Re: How to install software packages that are downloaded from the internet.

Originally Posted by
Sittingduck91
I am trying to install the Eclipse compiler, but I keep running into the issue of not understanding how to install software not provided by YaST. I feel like there should be plenty of information on this very subject, but I am having trouble figuring it out. The file extension is .tar.gz. Thanks for any help that can be provided.
Unless something has changed, the compiler is a component that may need to be configured, and that is a separate issue from downloading and installing Eclipse from the Eclipse website.
When you install Eclipse
- You first need to select the version most appropriate for the projects you intend to work on. You can extend Eclipse to install additional frameworks and support different languages, but things can then become very complex. Install only what you need for your immediate needs.
- You should know that for the most part, when you extract Eclipse for "installation" you're basically locating an entire tree of directories and files which can be placed almost anywhere you wish. Many prefer in within the /opt tree, others prefer a subdirectory of your /home. There are reasons each might be chosen. You you simply extract the tar.gz file(likely using tar) to a particular location. If you change your mind, just move the entire extracted tree to another location, and you should do this ASAP. Once you start configuring, all those settings may become invalid if your Eclipse is moved again.
- Various compilers and other supporting tools may need to be configured. Java support (environment, compiler, code validation, etc) is very well known for requiring extensive configuration.
Although things may have changed, most Developers prefer to download their Eclipse from the Eclipse website instead of from the OSS so that you become intimately aware where everything is located, the configurations you make and to install the components you need (by selecting your Eclipse version).
HTH,
TSU
Beginner Wiki Quickstart - https://en.opensuse.org/User:Tsu2/Quickstart_Wiki
Solved a problem recently? Create a wiki page for future personal reference!
Learn something new?
Attended a computing event?
Post and Share!
Bookmarks