PDA

View Full Version : [ubuntu] Why!?



TheKnowledge
October 3rd, 2008, 05:19 PM
Why is it so complicated to install software on linux? Why can't they just make so that I can dobbelclick on a file and it will install? I cant install emerald or awn, or java or anything! I love linux, but this is so frustrating! btw, is it possible to get emerald, awn and java as a .deb file?

lukjad
October 3rd, 2008, 05:24 PM
Well, I'm not sure of specifics, but I have rarely had to compile my own programs unless I wanted the bleeding edge stuff. Usually it is in Synaptic or comes in a .deb file.

kshane
October 3rd, 2008, 05:26 PM
Why is it so complicated to install software on linux? Why can't they just make so that I can dobbelclick on a file and it will install? I cant install emerald or awn, or java or anything! I love linux, but this is so frustrating! btw, is it possible to get emerald, awn and java as a .deb file?

These are all easy to install (just a click). What are you trying to do???

Kevin

growingneeds
October 3rd, 2008, 05:27 PM
Linux is different from Windows. But ubuntu has made it less strenuous for the average Linux user. I'm not too certain what you require. But if you require Java for browsing purposes (internet banking etc), I'd recommend Ubuntu Restricted Extras. Just go to Add/ Remove Programs and search for Ubuntu Restricted Extras. Make sure that All Available Applications is enabled. Install that meta-package. It will take a while. But it will bring in lots of functionality into Ubuntu.

Is there any other software you'd like to bring up?

perlluver
October 3rd, 2008, 05:29 PM
Emerald, can be found in Synaptic, and AWN, can be found in Add/Remove Programs. There is also http://www.getdeb.net , for all your .deb files.

Rocket2DMn
October 3rd, 2008, 06:40 PM
Most any software you will ever need is available in the repositories, which you use a package manager to access. Synaptic is the primary GUI based package manager, and apt-get is the standard terminal based manager. Have a look at community/InstallingSoftware, community/SynapticHowto, and community/AptGet/Howto.

You can also install software from source, but this is not the recommended approach unless you absolutely have to. If a program isn't available in the repositories, you should check the project website to see if you can get a .deb file, otherwise check getdeb.net as was suggested earlier.

howefield
October 3rd, 2008, 06:44 PM
Why is it so complicated to install software on linux? Why can't they just make so that I can dobbelclick on a file and it will install? I cant install emerald or awn, or java or anything! I love linux, but this is so frustrating! btw, is it possible to get emerald, awn and java as a .deb file?

got to say, absolutely love your handle :guitar:

SunnyRabbiera
October 3rd, 2008, 06:48 PM
Why is it so complicated to install software on linux? Why can't they just make so that I can dobbelclick on a file and it will install? I cant install emerald or awn, or java or anything! I love linux, but this is so frustrating! btw, is it possible to get emerald, awn and java as a .deb file?

It is easy to install these things under linux if you know how.
getdeb as installer files as does http://packages.ubuntu.com/

TheKnowledge
October 4th, 2008, 06:09 PM
thanks guys, this is the error message I get when I ./configure

configure: error: C compiler cannot create executables

and when I type "make" and "make install" it just says "no such file or command or whatever"

TheKnowledge
October 4th, 2008, 06:09 PM
got to say, absolutely love your handle :guitar:

:popcorn:

Rocket2DMn
October 4th, 2008, 06:48 PM
Have you installed the build-essential metapackage? This contains all the necessary compilers to build programs from source.

sudo apt-get install build-essential

oldos2er
October 4th, 2008, 09:27 PM
thanks guys, this is the error message I get when I ./configure

configure: error: C compiler cannot create executables

and when I type "make" and "make install" it just says "no such file or command or whatever"

You need to install the package build-essential.

Why not install programs the easy way and use Synaptic Package Manager, or Add/Remove Software?

TheKnowledge
October 6th, 2008, 06:07 PM
thanks guys, pieces are falling into place here now.