Results 71 to 80 of 97
If these are the only .rpm files in this directory just use this
Code:
rpm -Uhv *.rpm
You must specify the filenames for rpm to work, multiple filenames are good ...
- 03-23-2007 #71
If these are the only .rpm files in this directory just use this
You must specify the filenames for rpm to work, multiple filenames are good too, but use a space between each filename.Code:rpm -Uhv *.rpm
You should be able to copy and past this code.
Code:rpm -Uhv madwifi-kmd...c6.at.i686.rpm madwifi-hal...c6.at.i686.rpm madwifi-dev...c6.at.i386.rpm madwifi-0.9...c6.at.i386.rpm
I do not respond to private messages asking for Linux help, Please keep it on the forums only.
All new users please read this.** Forum FAQS. ** Adopt an unanswered post.
- 03-23-2007 #72
[root@localhost MadWifi]# ls
madwifi-0.9.3-33_r2088.fc6.at.i386.rpm
madwifi-devel-0.9.3-33_r2088.fc6.at.i386.rpm
madwifi-hal-kmdl-2.6.20-1.2925.fc6-0.9.3-33_r2088.fc6.at.i686.rpm
madwifi-kmdl-2.6.20-1.2925.fc6-0.9.3-33_r2088.fc6.at.i686.rpm
RPM-GPG-KEY.atrpms
[root@localhost MadWifi]# rpm -Uhv madwifi-kmd...c6.at.i686.rpm madwifi-hal...c6.at.i686.rpm madwifi-dev...c6.at.i386.rpm madwifi-0.9...c6.at.i386.rpm
error: open of madwifi-kmd...c6.at.i686.rpm failed: No such file or directory
error: open of madwifi-hal...c6.at.i686.rpm failed: No such file or directory
error: open of madwifi-dev...c6.at.i386.rpm failed: No such file or directory
error: open of madwifi-0.9...c6.at.i386.rpm failed: No such file or directory
I copied that command and it didnt work.
I though it was because i didnt use the pgp key so then I did :
[root@localhost MadWifi]# rpm -import RPM-GPG-KEY.atrpms
[root@localhost MadWifi]# rpm -Uhv madwifi-kmd...c6.at.i686.rpm madwifi-hal...c6.at.i686.rpm madwifi-dev...c6.at.i386.rpm madwifi-0.9...c6.at.i386.rpm
error: open of madwifi-kmd...c6.at.i686.rpm failed: No such file or directory
error: open of madwifi-hal...c6.at.i686.rpm failed: No such file or directory
error: open of madwifi-dev...c6.at.i386.rpm failed: No such file or directory
error: open of madwifi-0.9...c6.at.i386.rpm failed: No such file or directory
And it still didnt work.
- 03-23-2007 #73
ok, just use the other command
rpm -Uhv *.rpmI do not respond to private messages asking for Linux help, Please keep it on the forums only.
All new users please read this.** Forum FAQS. ** Adopt an unanswered post.
- 03-31-2007 #74
[root@localhost MadWifi]# ls
madwifi-0.9.3-33_r2088.fc6.at.i386.rpm
madwifi-devel-0.9.3-33_r2088.fc6.at.i386.rpm
madwifi-hal-kmdl-2.6.20-1.2925.fc6-0.9.3-33_r2088.fc6.at.i686.rpm
madwifi-kmdl-2.6.20-1.2925.fc6-0.9.3-33_r2088.fc6.at.i686.rpm
RPM-GPG-KEY.atrpms
[root@localhost MadWifi]# rpm -Uhv *.rpm
error: Failed dependencies:
madwifi-kmod-common >= 0.9.2.1 is needed by (installed) kmod-madwifi-0.9.2.1-2.2.6.19_1.2911.6.5.fc6.i686
madwifi-kmod-common >= 0.9.3 is needed by (installed) kmod-madwifi-0.9.3-1.2.6.20_1.2925.fc6.i686
When I use the PGP line the command just hangs there so I used just the:
rpm -Uhv *.rpm
command and thats is what I got.
- 03-31-2007 #75Ok, it looks like you are almost there.
Originally Posted by ezkimo
Do you have an old version installed already?
Try to remove it like this.error: Failed dependencies:
madwifi-kmod-common >= 0.9.2.1 is needed by (installed) kmod-madwifi-0.9.2.1-2.2.6.19_1.2911.6.5.fc6.i686
madwifi-kmod-common >= 0.9.3 is needed by (installed) kmod-madwifi-0.9.3-1.2.6.20_1.2925.fc6.i686
First make sure of the name with
rpm -qa | grep madwifi (should return kmod-madwifi-0.9.2.1)
If it does exist then remove it.
rpm -e kmod-madwifi-0.9.2.1
Try the rpm -Uhv *.rmp again, and make sure that you delete the kmod-madwifi-0.9.2.1.rpm file too from the directory or it will re-install again.I do not respond to private messages asking for Linux help, Please keep it on the forums only.
All new users please read this.** Forum FAQS. ** Adopt an unanswered post.
- 04-04-2007 #76
[root@localhost MadWifi]# rpm -qa | grep madwifi
kmod-madwifi-0.9.2.1-2.2.6.19_1.2911.6.5.fc6
kmod-madwifi-0.9.3-1.2.6.20_1.2925.fc6
madwifi-0.9.3-1.lvn6
Since it returned 3 lines and not just 1, do I remove all 3?
- 04-04-2007 #77
You should only need to remove this one
kmod-madwifi-0.9.2.1-2.2.6.19_1.2911.6.5.fc6I do not respond to private messages asking for Linux help, Please keep it on the forums only.
All new users please read this.** Forum FAQS. ** Adopt an unanswered post.
- 04-07-2007 #78
[root@localhost ]# rpm -e kmod-madwifi-0.9.2.1-2.2.6.19_1.2911.6.5.fc6
[root@localhost ]# ls
Desktop MadWifi
[root@localhost ]# cd MadWifi
[root@localhost MadWifi]# ls
madwifi-0.9.3-33_r2088.fc6.at.i386.rpm
madwifi-devel-0.9.3-33_r2088.fc6.at.i386.rpm
madwifi-hal-kmdl-2.6.20-1.2925.fc6-0.9.3-33_r2088.fc6.at.i686.rpm
madwifi-kmdl-2.6.20-1.2925.fc6-0.9.3-33_r2088.fc6.at.i686.rpm
RPM-GPG-KEY.atrpms
[root@localhost MadWifi]# rpm -Uvh *.rpm
error: Failed dependencies:
madwifi-kmod-common >= 0.9.3 is needed by (installed) kmod-madwifi-0.9.3-1.2.6.20_1.2925.fc6.i686
- 04-08-2007 #79
Ok, post the output of this command please.
uname -r
We're going to simplify this.I do not respond to private messages asking for Linux help, Please keep it on the forums only.
All new users please read this.** Forum FAQS. ** Adopt an unanswered post.
- 04-10-2007 #80


Reply With Quote