OpenOffice 2.1 on Ubuntu (Kubuntu)
Here’s a quick reference I adapted from another blog that had covered the need at an earlier time, but had become somewhat in need of updating. So here is the basic steps to installing OpenOffice 2.1 on Kubuntu (both Edgy 6.10 and Feisty Fawn 7.04):
- Download and install The Java SE Development Kit (JDK)
- I chose the link for Java(TM) SE Development Kit 6
- I then chose the link for the Linux self-extracting file (jdk-6-linux-i586.bin)
- run “sh jdk-6-linux-i586.bin” as normal user.
- I moved the resulting jdk1.6.0 directory to /home/username/bin/jdk1.6.0
-
cd ~/bin && ln -s jdk1.6.0/jre jre
- Download OpenOffice 2.1 for Linux
- Remove previous version of OpenOffice 2.0
-
sudo apt-get remove --purge openoffice.org-*
-
- Convert OpenOffice 2.1 RPM packages to Debian packages:
-
sudo apt-get install fakeroot alien
-
tar zxvf OOo_2.1.0_LinuxIntel_install_en-US.tar.gz
-
cd OOE680_m6_native_packed-1_en-US.9095/RPMS
- Convert the .rpm packages to .deb (debian packages)
-
fakeroot alien -d *.rpm
-
- Now install the new Debian packages
-
sudo dpkg -i *.deb
-
cd desktop-integration/
-
sudo dpkg -i openoffice.org-debian-menus_2.1-5_all.deb
-
- Profit. ;-)
Adapted from: Techno Wizah: Debian HOW-TO: OpenOffice 2.0
Very reliable, made installation easy.
I followed you’re guide and encountered the following warnings during convertion to .deb:
Warning: Skipping conversion of scripts in package openoffice.org-core10: postinst postrm
Warning: Use the –scripts parameter to include the scripts.
Is this ok? or should I do the –scripts thing?
Thanks for the guide. Very helpful.
Greetings Rae! Thanks for the feedback!
Kumusta Paulo! I kind of recall seeing those warnings but I’m not sure. If I did get them I would be somewhat disappointed that I didn’t mention them.
I either didn’t receive them or I just ignored them. What did you do? How did your install turn out for you?
Either way I went ahead and visited you blog and would like to say great job on your post with the Beryl desktop movie. I’ve added your blog to the links from mine! :)
Salamat and all the best from Central California!
Turned out fine! I’ll take note of these warnings just in case I notice some problems in OpenOffice.
Thanks for the link. :)
Hi,
Nice tutorial, thanks a lot for linking my original instructions on OpenOffice 2.0.
Keep up the good work,
Hugues
For step 15.1, try (q.v. http://bodmas.org/blog/?p=523 )
fakeroot alien –script –keep-version -d *.rpm
possibly prefixed with a sudo (although this shouldn’t be necessary if you’ve downloaded the RPMs into one of your directories).
Didn’t work for me. Starting at step 13, 14 and 15.
Didn’t work to untar the file??? Wow that would definitely be a show stopper. What was the error? Sounds like something really simple like either a corrupted download that wasn’t finished or misspelled filename… But I’m just guessing without any hints.
What happened?
OpenOffice 2.1 on Ubuntu 6.10…
Ubuntu 6.10 comes pre-installed with OpenOffice 2.0, the Linux replacement for Microsoft Office. Although OpenOffice 2.0 is quite good and has proven to be fairly compatible with MS Office documents, version 2.1 has added even more great tools — including…
Nice guide, but unfortunately my system keeps telling me it wants to autoremove openoffice.org-writer.
I’ve tried removing it, purging it and reinstalling it, but it still keeps bugging me!
Any ideas? :)
Cheers
Hey thanks for the guide. I tried another earlier, and it wasn’t working out. This one worked quite nicely. I did get that message: “Warning: Skipping conversion of scripts in package openoffice.org-core10: postinst postrm
Warning: Use the –scripts parameter to include the scripts.” But so far I have experienced no problems because of that. Thanks again!
I ran this after converting all the files with the command alien described in the tutorial to reproduce the only package which complained (no warning with the –script flag):
fakeroot alien -d –script\ openoffice.org-core10-2.1.06.i586.rpm
then continued following the original instructions exactly. The install worked fine and OO seems to work too.
Doooh the line should have looked like this:
fakeroot alien -d –-scripts openoffice.org-core10-2.1.06.i586.rpm
Hey thanks for the Comments Peter!
I’ll have to give that command another try the next time I go through the exercise.
Cheers!
Steven