Find the answer to your Linux question:
Results 1 to 2 of 2
Hello, Right now my fc6 machine is not connected to the internet, and whenever i try to install the ndiswrapper RPM's or any other RPMs it wont install b/c the ...
  1. #1
    Just Joined!
    Join Date
    Mar 2007
    Location
    Syracuse, New York
    Posts
    53

    Installing RPM's w/o internet

    Hello, Right now my fc6 machine is not connected to the internet, and whenever i try to install the ndiswrapper RPM's or any other RPMs it wont install b/c the rpm install manager or whatever keeps trying to connect to the internet and it says "cannot check for updates or something similar to that, then the installer cancels.
    how can i install rpms w/o being on the internet?
    thanks
    -steve

  2. #2
    Linux Guru techieMoe's Avatar
    Join Date
    Aug 2004
    Location
    Texas
    Posts
    9,496
    You don't install RPM files using yum or apt-get. To install a stand-alone RPM file, use rpm:

    Code:
    rpm -i nameOfYourRpmFile.rpm
    You will likely need to have root privileges in order to do this.
    Registered Linux user #270181
    TechieMoe's Tech Rants

Posting Permissions

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