Find the answer to your Linux question:
Page 8 of 10 FirstFirst ... 4 5 6 7 8 9 10 LastLast
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 ...
  1. #71
    Super Moderator MikeTbob's Avatar
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    7,145
    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 too, but use a space between each filename.
    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.

  2. #72
    Just Joined! ezkimo's Avatar
    Join Date
    Feb 2007
    Posts
    60
    [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.

  3. #73
    Super Moderator MikeTbob's Avatar
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    7,145
    ok, just use the other command
    rpm -Uhv *.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.

  4. #74
    Just Joined! ezkimo's Avatar
    Join Date
    Feb 2007
    Posts
    60
    [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.

  5. #75
    Super Moderator MikeTbob's Avatar
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    7,145
    Quote Originally Posted by ezkimo
    [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.
    Ok, it looks like you are almost there.
    Do you have an old version installed already?
    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
    Try to remove it like this.
    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.

  6. #76
    Just Joined! ezkimo's Avatar
    Join Date
    Feb 2007
    Posts
    60
    [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?

  7. #77
    Super Moderator MikeTbob's Avatar
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    7,145
    You should only need to remove this one
    kmod-madwifi-0.9.2.1-2.2.6.19_1.2911.6.5.fc6
    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.

  8. #78
    Just Joined! ezkimo's Avatar
    Join Date
    Feb 2007
    Posts
    60
    [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

  9. #79
    Super Moderator MikeTbob's Avatar
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    7,145
    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.

  10. #80
    Just Joined! ezkimo's Avatar
    Join Date
    Feb 2007
    Posts
    60
    [root@localhost]# uname -r
    2.6.20-1.2933.fc6

Page 8 of 10 FirstFirst ... 4 5 6 7 8 9 10 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...