LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   yum without net connection (https://www.linuxquestions.org/questions/linux-newbie-8/yum-without-net-connection-4175464935/)

skoda 06-06-2013 02:22 AM

yum without net connection
 
Hello,

i am setting up the wifi connection for my centos 5.9 box as per the instruction below.

Quote:

Install Howto

Download the latest elrepo-release rpm from

http://elrepo.org/linux/elrepo/el5/i386/RPMS/

Install elrepo-release rpm:

# rpm -Uvh elrepo-release*rpm

Install iwl3945-firmware rpm package:

# yum install iwl3945-firmware

now it says "# yum install iwl3945-firmware", but i don't have net connection yet. so how to complete this step?

knudfl 06-06-2013 03:01 AM

The package "iwl3945-firmware-15.32.2.9-4.el5.noarch.rpm" has no dependencies.

Can be downloaded
http://ftp.scientificlinux.org/linux...el5.noarch.rpm
.. and installed with # rpm -Uvh iwl3945-firmware-15.32.2.9-4.el5.noarch.rpm


-

skoda 06-06-2013 05:01 AM

Quote:

Originally Posted by knudfl (Post 4966435)
The package "iwl3945-firmware-15.32.2.9-4.el5.noarch.rpm" has no dependencies.

Can be downloaded
http://ftp.scientificlinux.org/linux...el5.noarch.rpm
.. and installed with # rpm -Uvh iwl3945-firmware-15.32.2.9-4.el5.noarch.rpm


-

Thank you knudfl,

so

Quote:

Install elrepo-release rpm:

# rpm -Uvh elrepo-release*rpm

Install iwl3945-firmware rpm package:

# yum install iwl3945-firmware
here i should complete either rp or yum methods right?
i though i should complete bought methods :D

knudfl 06-06-2013 05:45 AM

# 3 .

No reason to add the elrepo : Not usable with no internet.

This will do : # rpm -Uvh iwl3945-firmware-15.32.2.9-4.el5.noarch.rpm

skoda 06-06-2013 05:59 AM

Quote:

Originally Posted by knudfl (Post 4966502)
# 3 .

No reason to add the elrepo : Not usable with no internet.

This will do : # rpm -Uvh iwl3945-firmware-15.32.2.9-4.el5.noarch.rpm

got it , thank you :)


All times are GMT -5. The time now is 04:55 PM.