Welcome to Linux Forums! With a comprehensive Linux Forum, information on various types of Linux software and many Linux Reviews articles, we have all the knowledge you need a click away, or accessible via our knowledgeable members.
Write an article for LinuxForums Today! Win Great Prizes!
Find the answer to your Linux question:
New to Linux Forums? Register here for free!
    Linux Forums > GNU Linux Zone > Linux Applications > Ooo upgrade to 2.0

Forgot Password?
 Linux Applications   I cant get "X" app to work... also discussion about linux programs.

Site Navigation
Linux Articles
Linux Forums
Linux Downloads
Linux Hosting
Free Magazines
Job Board
IRC Chat
RSS Feeds
Linux Forum Topics
Linux Forums
Your Distro
Linux Resources
GNU Linux Zone
The Community
Reply
 
Thread Tools Display Modes
Old 06-14-2006   #1 (permalink)
Linux 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?
__________________
Dalani News
http://dalani.com
Open Design because some things are worth doing.
Dalani is offline  



Reply With Quote
Old 06-14-2006   #2 (permalink)
Linux Guru
 
antidrugue's Avatar
 
Join Date: Oct 2005
Location: Montreal, Canada
Posts: 3,213
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
antidrugue is offline   Reply With Quote
Old 06-14-2006   #3 (permalink)
Linux Newbie
 
Join Date: Jan 2005
Posts: 146
Thanks
But do I need java???
I heard it slows Ooo down considerably.
__________________
Dalani News
http://dalani.com
Open Design because some things are worth doing.
Dalani is offline   Reply With Quote
Old 06-14-2006   #4 (permalink)
Linux Guru
 
antidrugue's Avatar
 
Join Date: Oct 2005
Location: Montreal, Canada
Posts: 3,213
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
antidrugue is offline   Reply With Quote
Old 06-15-2006   #5 (permalink)
Linux 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>
???
__________________
Dalani News
http://dalani.com
Open Design because some things are worth doing.
Dalani is offline   Reply With Quote
Old 06-15-2006   #6 (permalink)
Linux Guru
 
antidrugue's Avatar
 
Join Date: Oct 2005
Location: Montreal, Canada
Posts: 3,213
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 :
Code:
fakeroot alien -d --scripts *.rpm
Then something like that will install them :
Code:
sudo dpkg -i *.deb
But of course you have to install "alien" and "fakeroot" first :
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
antidrugue is offline   Reply With Quote
Old 06-16-2006   #7 (permalink)
Linux Newbie
 
Join Date: Jan 2005
Posts: 146
ok antidrugue I did
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) ...
$
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...

maybe I'll re-boot and see iff Ooo appears on the menu.. thanks again
__________________
Dalani News
http://dalani.com
Open Design because some things are worth doing.
Dalani is offline   Reply With Quote
Old 06-16-2006   #8 (permalink)
Linux Guru
 
antidrugue's Avatar
 
Join Date: Oct 2005
Location: Montreal, Canada
Posts: 3,213
Quote:
Originally Posted by antidrugue
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
Did you read those links?


Quote:
Originally Posted by Dalani
I did
Code:
 sudo alien -d OOo_2.0.2_LinuxIntel_install.tar.gz
You cannot do alien on a .tar.gz file. You need to uncompress the archive first.

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
antidrugue is offline   Reply With Quote
Old 06-17-2006   #9 (permalink)
Linux 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)
__________________
Dalani News
http://dalani.com
Open Design because some things are worth doing.
Dalani is offline   Reply With Quote
Old 06-17-2006   #10 (permalink)
Linux Guru
 
antidrugue's Avatar
 
Join Date: Oct 2005
Location: Montreal, Canada
Posts: 3,213
Can you post the error message you get when starting
Code:
soffice
from the terminal ?
__________________
"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
antidrugue is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Free Magazines
A Newbie's Getting Started Guide to Linux
Learn the basics of the Linux operating systems. Get to know what it is all about, and familiarize yourself with the practical side. Basically, if you're a complete Linux newbie and looking for a quick and easy guide to get you started this is it.
subscribe
Run Your Own Web Server Using Linux & Apache - Free 191 Page Preview
Learn about everything you'll need to build and maintain your Linux servers, and to deploy Web applications to them.
subscribe
Open Source Security Myths Dispelled
Dispel the five major myths surrounding Open Source Security and gain the tools necessary to make a truly informed decision for your IT organization
subscribe
InformationWeek
InformationWeek is the only newsweekly you'll need to stay on top of the latest developments in information technology.
subscribe



All times are GMT. The time now is 10:42 AM.






© 2000 - - All Rights Reserved - Property of  MAS Media

Content Relevant URLs by vBSEO 3.3.1