@scrat:
typing dozens of commands into the terminal.
The Command Line Interface (CLI) looks scary at first, that is definetly true. It is one of the great strengths of Linux distributions that you *can* do everything with the CLI. A Graphical User Interface (GUI) leaves you to the mercy of the developers of that GUI. For many applications, a GUI is *optional*. That is right, you can do things through GUI, but you have to opt for it extra. That is so much more flexible than if you are bound by the options a GUI gives you.
But really, installing software in a modern Linux distribution *is very simple*.
In Ubuntu, you click in the Main menu "system", "administration" and "synaptic package manager". An easy GUI pops up, enabling you to install 22,000 software packages.
If you specifically want OOO 3.0, first go to "system, "administration", "software sources", "update-sources" and enble "intrepid-backports".
It then updates automaticly. Honestly I could not imagine how more easy it can be.
But that is not all! Synaptic (which is a graphical front-end for apt-get, so yes, you can do it from a CLI again)
will
1) Download from a secure and trusted source (Canonical)
2) Verify the package, making sure it has not been tampered with
3) check if there is any other package needed for the software you want, and download & install it as well
4) Install it neatly, without throwing files all over your harddisk
5) handle the placement of your temporary files, configuration files, settings, etc., so you don't have to search in stange directories for it.
6) keep track of all those files, so temp. files can be removed cleanly, and the system doesn't clug up
7) Keep track where the original (source) files came from, so *if you want* you can check if something is "wrong" with them.
8) Check if the software doesn't conflict with other installed software.
You don't get all that when you just install any old exe file, do you?
Yes, I know, you are used to download from a site and just install it.
But people commonly misunderstand risks they are used to. (See for an exelent article about this:
http://www.schneier.com/blog/ or Schneiders book: "Schneider on security". So you are used to do this, but is is *safe*? Is it *realy easy*?
It is equivalent to walking up the street and passing a man in a car-boot sale and buying your medicine you take in. He may be there, tomorrow, or he may not... Can you check if your medicine is safe, not tempered with, prepared wel? You do not even get an ingredient list on the label! Heck, you are not even allowed to have the recipe, it is a trade secret.
The Linux way is that there is are pharmacies which are publicly known and cannot just "dissapear". You can chose which one, so they kinda compete, this gives you choise, and if you want more customer service, you can pay for this extra service. The pharmacy gives out bottles they have checked. And always gives you the recipe as well, so you can check it, and, if you can, modify it to your own needs. You may not be able or willing to, but at this pharmacy also a lot of people get their stuff *who are doctors, nurses and chemists themself!* And that means that even if you can't check if it is the right one, you can trust it because the pharmacy is constantly checked by consumers who produce medicine themself, so they will not be fooled!
At first, it may feel if you are losing "choice", but it is different.
Of course you wouldn't get medicine from anyone on the street (I hope), but please imagine how risky it is to "just install that file". Your personal data, including your creditcardnumber, personal email, photo's etc, etc, could be stolen, and spread around the internet.
It can't be that I have to look up different forums to find out how to install OO 3 by typing dozens of commands into the terminal.
As I tried to explain, there is not need to do it that way. You were looking in the wrong places, because you were thinking how you would install software on a Windows computer, and doing that on a Linux box.