Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
11-26-2005, 03:42 PM
|
#1
|
|
Member
Registered: Nov 2005
Distribution: Mandriva, IpodLinux
Posts: 72
Rep:
|
Upgrading OpenOffice.org Suite.
how do i upgrade my OpenOffice . org suite that came standard on my Mandriva 2006. I want to upgrade to 2.0(like i have in windows) and i was wondering how to do this. thanks.
|
|
|
|
11-26-2005, 03:56 PM
|
#2
|
|
Guru
Registered: Feb 2003
Location: Blue Ridge Mountain
Distribution: Debian Squeeze, Fedora 14
Posts: 7,268
Rep:
|
"how do i upgrade my OpenOffice . org suite that came standard on my Mandriva 2006. I want to upgrade to 2.0(like i have in windows) and i was wondering how to do this. thanks."
You can download OOo_2.0.0_LinuxIntel_install.tar.gz here:
http://linux.softpedia.com/progDownl...nload-253.html
This is a binary install, not a source install. So you cd to where the download file is and install it with this command:
tar -xzf OOo_2.0.0_LinuxIntel_install.tar.gz
-------------------------
Steve Stites
|
|
|
|
11-26-2005, 04:11 PM
|
#3
|
|
Member
Registered: Nov 2005
Distribution: Mandriva, IpodLinux
Posts: 72
Original Poster
Rep:
|
Quote:
Originally posted by jailbait
"how do i upgrade my OpenOffice . org suite that came standard on my Mandriva 2006. I want to upgrade to 2.0(like i have in windows) and i was wondering how to do this. thanks."
You can download OOo_2.0.0_LinuxIntel_install.tar.gz here:
http://linux.softpedia.com/progDownl...nload-253.html
This is a binary install, not a source install. So you cd to where the download file is and install it with this command:
tar -xzf OOo_2.0.0_LinuxIntel_install.tar.gz
-------------------------
Steve Stites
|
how do i "cd to where the download file is and install it with this command".
|
|
|
|
11-26-2005, 05:46 PM
|
#4
|
|
Member
Registered: Nov 2005
Distribution: Mandriva, IpodLinux
Posts: 72
Original Poster
Rep:
|
bump
|
|
|
|
11-27-2005, 03:21 AM
|
#5
|
|
Guru
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298
Rep:
|
Quote:
Originally posted by ipodlinux
bump
|
Please do not bump your own threads unless you have not recieved a reply in a 24 hour period. This violates the LQ rules that you agreed to when you signed up.
You need to uninstall any old versions of OpenOffice.org that you have, untar the OOo 2.0 packages and install the rpms as root. If you don't know exactly what to do then post back with the exact path where you saved the OOo 2 package.
|
|
|
|
11-27-2005, 05:44 PM
|
#6
|
|
Member
Registered: Nov 2005
Distribution: Mandriva, IpodLinux
Posts: 72
Original Poster
Rep:
|
ok i untarred the 00o package and put it in the /home/michael/Documents/
and i renamed the OOo package to "OpenOffice"[no quotes]
|
|
|
|
11-27-2005, 05:52 PM
|
#7
|
|
Member
Registered: Nov 2005
Distribution: Mandriva, IpodLinux
Posts: 72
Original Poster
Rep:
|
how to i upgrade this using EasyUrpmi that i just downloaded?
|
|
|
|
11-27-2005, 05:57 PM
|
#8
|
|
Guru
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298
Rep:
|
Quote:
Originally posted by ipodlinux
ok i untarred the 00o package and put it in the /home/michael/Documents/
and i renamed the OOo package to "OpenOffice"[no quotes]
|
Start a terminal session e.g konsole or gnome-terminal, switch to root by entering "su" and roots password, then do
Code:
#cd /home/michael/Documents/OpenOffice/RPMS
#rpm -Uvh *.rpm desktop-integration/*mandriva*
|
|
|
|
11-27-2005, 06:01 PM
|
#9
|
|
Member
Registered: Nov 2005
Distribution: Mandriva, IpodLinux
Posts: 72
Original Poster
Rep:
|
Quote:
Originally posted by reddazz
Start a terminal session e.g konsole or gnome-terminal, switch to root by entering "su" and roots password, then do
Code:
#cd /home/michael/Documents/OpenOffice/RPMS
#rpm -Uvh *.rpm desktop-integration/*mandriva*
|
heres what i got when i typed that in....
Code:
[michael@localhost ~]$ su
Password:
[root@localhost michael]# cd /home/michael/Documents/OpenOffice/RPMS
bash: cd: /home/michael/Documents/OpenOffice/RPMS: No such file or directory
[root@localhost michael]# rpm -Uvh *.rpm desktop-integration/*mandriva*
error: File not found by glob: *.rpm
error: File not found by glob: desktop-integration/*mandriva*
[root@localhost michael]#
|
|
|
|
11-27-2005, 06:04 PM
|
#10
|
|
Guru
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298
Rep:
|
So where exactly is the OOo directory because that error means the directory does not exist. When you downloaded the tar.gz file and extracted it, you should have ended up with a directory called OOO680_m3_native_packed-2_en-US.8968 is that the one you renamed to OpenOffice?
|
|
|
|
11-27-2005, 07:24 PM
|
#11
|
|
Member
Registered: Nov 2005
Distribution: Mandriva, IpodLinux
Posts: 72
Original Poster
Rep:
|
Quote:
Originally posted by reddazz
So where exactly is the OOo directory because that error means the directory does not exist. When you downloaded the tar.gz file and extracted it, you should have ended up with a directory called OOO680_m3_native_packed-2_en-US.8968 is that the one you renamed to OpenOffice?
|
Yes. Well it was like OOo.
|
|
|
|
11-27-2005, 07:32 PM
|
#12
|
|
Member
Registered: Nov 2005
Distribution: Mandriva, IpodLinux
Posts: 72
Original Poster
Rep:
|
oh ok...it was the OpenOffice folder..then inside was that 000mk3 whatever folder....lemme show you a screenshot. http://community.webshots.com/myphot...ecurity=VLoHvO
Last edited by ipodlinux; 11-27-2005 at 07:36 PM.
|
|
|
|
11-27-2005, 08:27 PM
|
#13
|
|
Member
Registered: Nov 2005
Distribution: Mandriva, IpodLinux
Posts: 72
Original Poster
Rep:
|
i got like a preparing....
then 1.
2.
3.
etc.then it had
27.openoffice.org-mandriva##################################[100%]
what happens then??
is it all updated?
|
|
|
|
11-27-2005, 08:28 PM
|
#14
|
|
Member
Registered: Nov 2005
Distribution: Mandriva, IpodLinux
Posts: 72
Original Poster
Rep:
|
ok...i have both on there now..i got 2.0 and the original...how do i delete the original one?????
|
|
|
|
11-28-2005, 04:29 AM
|
#15
|
|
Guru
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298
Rep:
|
Quote:
Originally posted by ipodlinux
ok...i have both on there now..i got 2.0 and the original...how do i delete the original one?????
|
It would have been better to uninstall the old one first like I said in my first post. Anyway start the Mandrake Control Center -> Software -> Management -> Remove Software and search for openoffice, remove all openoffice.org 1.x packages and leave those for 2.x.
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 05:30 AM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|