| View previous topic :: View next topic |
| Author |
Message |
ggsinclair LXF regular

Joined: Thu Apr 07, 2005 8:41 am Posts: 233 Location: Linlithgow, UK
|
Posted: Wed May 11, 2005 1:39 pm Post subject: Upgrading to OOo - I think I am being Stupid again! |
|
|
Dear All
On this months coverdisc there is the beta version of OOo2 - which I am keen to try.
I dont know how to install multple .rpm's through YAST (I use SuSE 9.2 pro) so I do the old rpm -Uhv *.rpm once I have cd'd to the directory.
I get an error re some kind of dependancy related to Red Hat. Are the RPM's purely for Red Hat systems or am I just being a fool again?
Many thanks.
Gordon |
|
| Back to top |
|
 |
nelz Moderator

Joined: Mon Apr 04, 2005 12:52 pm Posts: 8002 Location: Warrington, UK
|
Posted: Wed May 11, 2005 2:08 pm Post subject: RE: Upgrading to OOo - I think I am being Stupid again! |
|
|
The RPMs are supposed to be generic. What is the error? If you can find and install the SUSE package that provides whatever it is asking for, you should be able to install the RPMs by adding ---nodeps to the rpm conmmandline. _________________ Unix is user-friendly. It's just very selective about who it's friends are. |
|
| Back to top |
|
 |
nmnbm Guest
|
Posted: Sun May 15, 2005 6:09 pm Post subject: Re: RE: Upgrading to OOo - I think I am being Stupid again! |
|
|
|
|
| Back to top |
|
 |
Guest
|
Posted: Sat May 28, 2005 4:48 pm Post subject: RE: Re: RE: Upgrading to OOo - I think I am being Stupid aga |
|
|
From my last two installs of OOO 1.9xx it includes a couple of small disto-dependant rpms which set your menu structure up for KDE/Gnome.
The package names will include "suse" or "redhat" (or whatever distros they've gota round to doing this for). You just need to move that particular rpm into another directory then your "pm -Uhv *.rpm" will be fine (*)
Although the last set of OOo rpms I d/loaded didn't have the redhat ones (mumble grumble, my problem not yours)
Alternatively Suse 9.3 comes with a nice OOo 2.0(!) so just upgrade to the latest and you'll be smiling.
(*) assuming you've got the RPMs on your harddrive rather than on a CD/DVD - alternatively copy the non-distro-specific RPMs into a safe place from the CD to your HD and "pm -Uhv *.rpm" |
|
| Back to top |
|
 |
linuxgirlie LXF regular

Joined: Sat Apr 09, 2005 7:34 pm Posts: 787 Location: Kent...UK
|
Posted: Thu Jun 09, 2005 8:31 am Post subject: RE: gffdg |
|
|
Basically you copy all the rpms on your harddrive and delete all the ones you don't need for example red hat. You then can install via rpm. The instructions can be found here:
http://download.openoffice.org/2.0beta/instructions.html _________________ My knowledge comes with no warranty...........
Server operating system designed for schools:www.linuxschools.com |
|
| Back to top |
|
 |
youlikeicecream LXF regular
Joined: Fri Jun 03, 2005 12:40 pm Posts: 721 Location: Oxford
|
Posted: Thu Jun 09, 2005 1:13 pm Post subject: RE: gffdg |
|
|
multiple RPMs that depend on each other should be installed as such
rpm -uvh *.rpm *.rpm * rpm
and so on
Mike  |
|
| Back to top |
|
 |
nelz Moderator

Joined: Mon Apr 04, 2005 12:52 pm Posts: 8002 Location: Warrington, UK
|
Posted: Thu Jun 09, 2005 1:52 pm Post subject: RE: gffdg |
|
|
Or even "rpm -Uhv *.rpm"  _________________ Unix is user-friendly. It's just very selective about who it's friends are. |
|
| Back to top |
|
 |
youlikeicecream LXF regular
Joined: Fri Jun 03, 2005 12:40 pm Posts: 721 Location: Oxford
|
Posted: Thu Jun 09, 2005 4:32 pm Post subject: RE: gffdg |
|
|
uhv or uvh , both ways work under redhat 9 if i remember correctly (maybe not)
 |
|
| Back to top |
|
 |
youlikeicecream LXF regular
Joined: Fri Jun 03, 2005 12:40 pm Posts: 721 Location: Oxford
|
Posted: Fri Jun 10, 2005 12:47 pm Post subject: RE: Re: Upgrading to OOo - I think I am being Stupid again! |
|
|
| total cock |
|
| Back to top |
|
 |
nelz Moderator

Joined: Mon Apr 04, 2005 12:52 pm Posts: 8002 Location: Warrington, UK
|
Posted: Fri Jun 10, 2005 1:30 pm Post subject: Re: RE: gffdg |
|
|
| youlikeicecream wrote: | | uhv or uvh , both ways work under redhat 9 if i remember correctly (maybe not) |
It's -Uvh (or -Uhv) not -uvh, and you only need one *.rpm on the command line. |
|
| Back to top |
|
 |
youlikeicecream LXF regular
Joined: Fri Jun 03, 2005 12:40 pm Posts: 721 Location: Oxford
|
Posted: Fri Jun 10, 2005 1:35 pm Post subject: RE: Re: RE: gffdg |
|
|
yeah thats what I meant, the small U was a typo.
"and you only need one *.rpm"
some installations must be performed with multiple entries like the redhat update manager 'up2date' has to be installed with 2 rpms at the same time. otherwise it throws up dependancy errors
(I was calling the guest a cock btw
who is that with the abusive chinese scripts ?
 |
|
| Back to top |
|
 |
nelz Moderator

Joined: Mon Apr 04, 2005 12:52 pm Posts: 8002 Location: Warrington, UK
|
Posted: Fri Jun 10, 2005 2:12 pm Post subject: RE: Re: RE: gffdg |
|
|
*.rpm will add all RPM files to the command line, there's no point in adding the same files multiple times.
The Chinese scripts are links to dodgy Chinese sites. _________________ Unix is user-friendly. It's just very selective about who it's friends are. |
|
| Back to top |
|
 |
youlikeicecream LXF regular
Joined: Fri Jun 03, 2005 12:40 pm Posts: 721 Location: Oxford
|
Posted: Fri Jun 10, 2005 4:31 pm Post subject: RE: Re: RE: gffdg |
|
|
... me being silly again ...
* = wildcard, i think earlier i meant to write :
rpm -Uhv yourpackage.rpm yourpackage-src.rpm
u just pointed out a way i was not familiar with -lol
mike  |
|
| Back to top |
|
 |
| View previous topic :: View next topic |
|