Sunday, April 28, 2024
 Popular · Latest · Hot · Upcoming
2
rated 0 times [  2] [ 0]  / answers: 1 / hits: 915  / 3 Years ago, mon, september 6, 2021, 2:23:05

I'm (kind of) new on ubuntu and I'm having a heck of a time figuring out how to download executables. For example, I tried to download Eclipse and a Java environment this morning. On my Windows XP PC, this would have worked fine, I would have double clicked on the download and the executable would have opened. However, on Ubuntu, when I do that I get a .tar folder and, even by extracting it, I don't see where it gets me.



Could anyone help ? Thanks a lot !


More From » downloads

 Answers
0

I had the same confusion when moving from Windows. "Where's the installer executable to download and install?" I would ask.



In Ubuntu you've got a few other options, mainly the Software Centre (graphical) or a command-line installer like apt-get. I like apt-get. Once you get used to it (and trust it), it is so much easier.



On the command-line, try this:



sudo apt-get install eclipse


Enter password, confirm the download (because it's ~200Mb), and it will get and install the application for you.



If you don't have an executable in your system, typing the name in the command-line will often give you useful suggestions of what packages to download. So if you're looking for javac, say, entering it will give you a number of package target names that contain the javac program.



When you want specific versions of applications, things get a little more involved. If you can track down the .deb file you want, Ubuntu will recognise it as such and bring up the Software Centre installer screen if you double-click on it. If you have a tar file as you mentioned above, generally you extract it and then run an executable contained within it. But with tar files you may run into library compatibility issues.


[#32012] Tuesday, September 7, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
edgehogight

Total Points: 272
Total Questions: 113
Total Answers: 99

Location: Northern Mariana Islands
Member since Sun, Jul 19, 2020
4 Years ago
edgehogight questions
Sat, Sep 11, 21, 22:09, 3 Years ago
Sat, Nov 6, 21, 19:48, 3 Years ago
Fri, Aug 26, 22, 09:37, 2 Years ago
;