RHEL 3 Updates

Discussion in 'HOWTO-Related Questions' started by lawson, Jan 20, 2006.

  1. lawson

    lawson New Member

    I have 2 RHEL 3 machines. One is registered and one is not. Neither one of them have any updates. The machine that is registered, I downloaded all of the updates BUT I did not install them. I ftp'd the updates to my other non-registered machine. Is ther a way that I can install these updates with out registering this machine? I looked at the up2date man page but I didn't see anything there that helped me.

    Thanks in advance!
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Are the downloaded files in .rpm format?
     
  3. lawson

    lawson New Member

    Yes they are in RPM Format.
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    If the rpm files where all in the same directory, you can try this: Enter the directory and execute this command:

    rpm -Uhv *.rpm
     
  5. themachine

    themachine ISPConfig Developer ISPConfig Developer

    its always nice to try "rpm -Uvh *.rpm --test" first just to see if there are any dependencies missing.
     

Share This Page