Results 1 to 10 of 16
I use Unbuntu 5.04 Hoary and have Ooo 1.1.3 installed and want to upgrade to 2.0. My box runs on a pentium 2.
How to upgrade or uninstall old version?
...
- 06-14-2006 #1Linux Newbie
- Join Date
- Jan 2005
- Posts
- 146
Ooo upgrade to 2.0
I use Unbuntu 5.04 Hoary and have Ooo 1.1.3 installed and want to upgrade to 2.0. My box runs on a pentium 2.
How to upgrade or uninstall old version?
With or without Java?
Will it run?
- 06-14-2006 #2
Yes it will run.
You first need to configure java (jre or jdk 1.5.0 update 7) :
http://technowizah.com/2005/12/debia...suns-java.html
And then OpenOffice 2.02 (without JRE) :
http://technowizah.com/2005/12/debia...office-20.html
Or you could just upgrade to the latest Ubuntu 6.06."To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."
-Bruce Lee
- 06-14-2006 #3Linux Newbie
- Join Date
- Jan 2005
- Posts
- 146
Thanks
But do I need java???
I heard it slows Ooo down considerably.
- 06-14-2006 #4
Well, java is always handy to have anyway, so I guess you should install it.
Once OO is installed you can disable java support (in OpenOffice) :
->Tools->Options->Java->"Use a Java runtime environment" (uncheck)
OO will load faster too if you disable java support."To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."
-Bruce Lee
- 06-15-2006 #5Linux Newbie
- Join Date
- Jan 2005
- Posts
- 146
I tried installing OOo 2.0.2 I had downloaded from the OOO.org site. But it is a RPM package. Somebody remind me the syntax to do an alien install from any directory.
Is it???Code:<prompt>sudo alien -i <package name>
- 06-15-2006 #6
It's all explained in the links I gave you in my first post (how to install java, how to install OpenOffice).
In bref, something like that will convert the packages :
Then something like that will install them :Code:fakeroot alien -d --scripts *.rpm
But of course you have to install "alien" and "fakeroot" first :Code:sudo dpkg -i *.deb
Code:sudo apt-get install fakeroot alien
"To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."
-Bruce Lee
- 06-16-2006 #7Linux Newbie
- Join Date
- Jan 2005
- Posts
- 146
ok antidrugue I did
So something got installed but I think I am supposed to configure for local install. ANd that, my linux colloeague, is where I am stuck .There's no Openoffice in the menu...Code:sudo alien -d OOo_2.0.2_LinuxIntel_install.tar.gz ooo-2.0.2-linuxintel-install_1-2_all.deb generated $ sudo dpkg -i ooo-2.0.2-linuxintel-install_1-2_all.deb (Reading database ... 63483 files and directories currently installed.) Preparing to replace ooo-2.0.2-linuxintel-install 1-2 (using ooo-2.0.2-linuxintel-install_1-2_all.deb) ... Unpacking replacement ooo-2.0.2-linuxintel-install ... Setting up ooo-2.0.2-linuxintel-install (1-2) ... $
maybe I'll re-boot and see iff Ooo appears on the menu.. thanks again
- 06-16-2006 #8Did you read those links?
Originally Posted by antidrugue
You cannot do alien on a .tar.gz file. You need to uncompress the archive first.
Originally Posted by Dalani
Please refer to the links I gave you."To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."
-Bruce Lee
- 06-17-2006 #9Linux Newbie
- Join Date
- Jan 2005
- Posts
- 146
Ok here goes: I successfully installed OpenOffice2 burt the dran thing wont start up. I followed the HOW-TO links cited above and after converting all the *RPMS to *deb files , I installed the files with the dpkg command. The result: all the Ooo software are installed and with visible Openoffice icons in my menu. But Ooo does not startup with menu. I read the README files which advises inserting <unset SESSION ..> in the soffice startup script. I also beforehand, put myself in the users group and used vim to try update the DRI thing shown in your how-to. I doubt its a video driver problem and < /etc/X11/XF86Config-4> does not exist on my computer. SO what is preventing Ooo from opening??? (no pun intended)
- 06-17-2006 #10
Can you post the error message you get when starting
from the terminal ?Code:soffice
"To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."
-Bruce Lee


Reply With Quote
