Hi, I have a pc that is running SuSE V7.0. I need to upgrade the rpm manager. How do I do that?
On Saturday 23 February 2002 10:11 pm, Pierce C. Barnard wrote:
Hi, I have a pc that is running SuSE V7.0. I need to upgrade the rpm manager. How do I do that?
The RPM program is packaged just like any other application, and hence you would upgrade it just like you would any other package on your system. First, go to SuSE's website at ftp://ftp.suse.com and get the rpm.rpm file for the version of RPM that you seek. It can be found in this directory: ftp://ftp.suse/com/pub/suse/i386/7.X/suse/a1 where X = 0, 1, 2, or 3 and I am assuming an Intel architecture (i386) FYI: SuSE 7.0 uses rpm version 3.0.4 SuSE 7.1, 7.2, and 7.3 all use rpm version 3.0.6 Then, try this as root: rpm --version (to see your current version) rpm -Uvh rpm.rpm rpm --version (to see new version) Also, to see the version contained in a package without actually installing it, try this: rpm -qpi rpm.rpm Hope this helps, Andy
_______________________________________________ Wlug mailing list Wlug@mail.wlug.org http://mail.wlug.org/mailman/listinfo/wlug
-- Andy Stewart Founder Worcester Linux Users' Group Worcester, MA, USA http://www.wlug.org
On Sun, Feb 24, 2002 at 11:15:12AM -0500, Andy Stewart wrote: andystewart> SuSE 7.0 uses rpm version 3.0.4 andystewart> SuSE 7.1, 7.2, and 7.3 all use rpm version 3.0.6 Before and after upgrading, it is a good idea to rebuild the RPM database: rpm --rebuild rpm -Uvh rpm.rpm rpm --rebuild -- Charles R. Anderson <cra@wpi.edu> / http://angus.ind.wpi.edu/~cra/ PGP Key ID: 49BB5886 Fingerprint: EBA3 A106 7C93 FA07 8E15 3AC2 C367 A0F9 49BB 5886
On Sunday 24 February 2002 11:52 am, you wrote:
On Sun, Feb 24, 2002 at 11:15:12AM -0500, Andy Stewart wrote: andystewart> SuSE 7.0 uses rpm version 3.0.4 andystewart> SuSE 7.1, 7.2, and 7.3 all use rpm version 3.0.6
Before and after upgrading, it is a good idea to rebuild the RPM database:
rpm --rebuild
rpm -Uvh rpm.rpm
rpm --rebuild
You said rebuild the RPM database. Do you mean --rebuilddb ? -- Andy Stewart Founder Worcester Linux Users' Group Worcester, MA, USA http://www.wlug.org
On Sun, Feb 24, 2002 at 12:08:23PM -0500, Andy Stewart wrote: andystewart> You said rebuild the RPM database. Do you mean --rebuilddb ? Oops. Yes. rpm --rebuilddb. -- Charles R. Anderson <cra@wpi.edu> / http://angus.ind.wpi.edu/~cra/ PGP Key ID: 49BB5886 Fingerprint: EBA3 A106 7C93 FA07 8E15 3AC2 C367 A0F9 49BB 5886
participants (3)
-
Andy Stewart
-
Charles R. Anderson
-
Pierce C. Barnard