Computing.Net > Forums > Linux > Installing .rpm on rh9. help!

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Installing .rpm on rh9. help!

Reply to Message Icon

Name: mitchell
Date: May 26, 2003 at 10:49:41 Pacific
OS: win2k, rk9
CPU/Ram: p4.1.8/512
Comment:

Hi
I need to install a .rpm file to get my wireless nic to work.

Ok so this is what i do

I go to console. my root directory and I type
rpm -ivh wireless-tools-25-8.scr.rpm

and then some weird things come up and a key code or something and then a a few ### with an 100% at the end. Now i'm pretty sure I know that means it extracts it.

But where did it extract it. I don't see it and cant find it. All I see is my .rpm file still

any help please??? thank you!



Sponsored Link
Ads by Google

Response Number 1
Name: mandika
Date: May 26, 2003 at 12:23:34 Pacific
Reply:

Actually, once you see the line
################################ 100%
################################ 100%
and then get your terminal prompt back, it is installed. It is no longer an rpm file though. You can now type in rpm -q wireless-tools and you should get a response telling you what version is now installed. This isn't a program that needs to be launched or anything, so you should now be able to set up your nic card. Just go into the Network Configuration gui and you should be fine.


0

Response Number 2
Name: brunobuys
Date: May 26, 2003 at 20:23:52 Pacific
Reply:

rpm is a bit buggy at redhat 8.0 and 9.0. I myself had trouble here.
Goto www.rpm.org and see for yourself.


0

Response Number 3
Name: 3Dave
Date: May 27, 2003 at 06:59:27 Pacific
Reply:

To see where an rpm has put things:
$ rpm -ql wireless-tools

It looks as though you have downloaded the
source rpm (indicated by the ".scr.rpm" at
the end of the filename). This will probably
just unpack the source to somewhere under
/usr/src for you to compile yourself. One
option you could use is the rebuild function
of rpm.
# rpm --rebuild
wireless-tools-25-8.scr.rpm


This will unpack the source and compile it
for you, producing an RPM which you can then
install as you would any other. Look through
the last few lines of output and you should
see something like "written
/usr/src/RPM/RPMS/wireless-tools-25-8.rpm".
You can then install this:
# rpm -ivh
/usr/src/RPM/RPMS/wireless-tools-25-8.rpm


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More


modem very slow LDAP problems ....



Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Linux Forum Home


Sponsored links

Ads by Google


Results for: Installing .rpm on rh9. help!

ln command / Installing Tk on RH9.0 www.computing.net/answers/linux/ln-command-installing-tk-on-rh90/22488.html

Wine installation probs on RH9 www.computing.net/answers/linux/wine-installation-probs-on-rh9/28016.html

can't install mandrake on scsi help www.computing.net/answers/linux/cant-install-mandrake-on-scsi-help/17982.html