To those who don't know what OpenOffice.org is, I'll start by a small briefing on it.
OpenOffice.org is currently the worst enemy of Microsoft Office. It does the same SAME thing as MS Office and much more, for free. Even the whole OpenOffice.org Suite is free, while I've often seen some MS Office Suites reach up to $700. That's crazy! OpenOffice.org can also open .DOC files from MS Office, and as well save in that format. Of course, it has it's own format as well. So that's the small briefing. If any of you have recently updated Java, you'll see that Java now encourages people to install OpenOffice.org as it shows an add for it at the bottom of the updating window.
First place I heard of OpenOffice.org was when I first installed my Linux, as it came pre-installed with cheap versions of it. Next time I heard of it was at work since that's what we use. I then decided to remove Microsoft Office and Microsoft Works from my XP partition and install OpenOffice.org 2.3 on it instead. Microsoft has to fear OpenOffice, because I will now try to convert people to it lol. Why have an expensive MS Office suite when you can get a better one for free anyway? I know that computers (some) comes pre-installed with MS Office, though not all of them do. For example, sure my mom did buy a computer with Vista installed on it, it wasn't an expensive computer, but no MS Office of any sort installed on it. What the hell Microsoft? But anyway, even if it comes pre-installed, it is well worth it to uninstall it and install OpenOffice.org.
Now, installing products on Linux without the use of the client is easy. A client on Linux will have programs on their website, which you can choose to install and the client will do the work for you, the only problem is that they get updates like one year later if not more. For example, my client still only had OpenOffic.org 2.0, while 2.3 has been out for a long time and before that there were 2.1 and 2.2 so yeah. Or for Kmess, which is an MSN Client, had a new version which now does almost everything that Windows Live Messenger does, but my client had only a cheap version that does nothing, not even custom emoticons. So I installed the new Kmess which came in a fun little auto-install package which is rare with Linux products.
Anyway, I then decided to install OpenOffice.org 2.3 on my Linux. It sure does seem complicated the first time around, but truely is easy after doing it once. What you do is you download the TAR file (similar to ZIP or RAR) of your type of distribution (Debian based in my case) and then extract it somewhere on your computer. After that comes the complicated part when you never done this before. Compiling (if you need to) and installing the files. Why is it complicated? Because you need to install it using a command line. It looks like this, with the stuff in between ( ) as information as what you are supsoed to write there. It's all written in one line, each word I seperate are seperated by a space.
sudo dpkg -i ~/(folders where the files are installed)/(the files themselves such as *.deb to say every files in deb format)
And that's bout it. The ~ is home/fetus/ or whatever your username is. So for me it looked like:
sudo dpkg -i ~/Documents/(whatever folder was the main of OpenOffice)/DEBS/*.deb
At first it got me confused alot. But it was actually quite easy. Linux is all about command lines in the console. You can once in a while need some drivers for everything to work, or installers, whioch I had to get "alien" whatever that is, but it made it so I was able to start the Kmess auto-install package. I needed cabxtract I believe to get every utilities of Kmess, which I installed by doing:
sudo apt-get install cabxtract
That line with "apt-get" basicaly is a client. You can get alot of programs from "apt-get" but as with my other client they aren't up to date most of the time. I also did it to get alien with "sudo apt-get install alien" and you can remove it if you want by doing "sudo apt-get remove alien".
You always update or upgrade your stuff like "sudo apt-get update" or "sudo apt-get upgrade". That's also how you'll usually update the actual Linux distro.
Sounds like alot to do to install programs uh? That's what i thought too, before doing it. I actually prefer the way Linux works with these kinda things rather than how windows works. It feels more.. I don't know. More computer like I guess. It's actually as easy as using a Windows auto-install program and if you have difficulties with something, there's always tons of websites to say how to install a program. The hardest part still remains as to what distro to actually insfall, which right now I feel like installing Ubuntu Studio, but don't feel like having to reorganize everything so I'll wait till one day I buy a new laptop or desktop PC. That day, I'll make one of them entirely XP and the other entirely Linux. Why keep XP? Because Linux has yet to have a good multimedia range to record videos, make music, and etc. That's the only reason I'm keeping XP right now.
Log in to comment