LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   modem installion (https://www.linuxquestions.org/questions/linux-newbie-8/modem-installion-9562/)

hisham_abu 12-03-2001 11:22 AM

modem installion
 
i found my modem drivers for linux, but i dont know how to install them;
it contains 2 i386.rpm files; how should i install this thing??
sorry, im a new linux user
thx

Thymox 12-03-2001 11:29 AM

If you're running Mandrake with KDE, then simply move to the directory where you put them, and then click on them!

If, however, you want to learn a little bit more about Linux, then you want to use the RPM command from the command prompt.

Open up a terminal (looks a little bit like a dos box) and type man rpm. It can be a little heavy handed, but this is the command line program used to (un)install, modify, update, etc RPM files. At best, I think you should type rpm --install something.rpm. Best read the man pages myself aswell!

dorward 12-03-2001 12:08 PM

Code:

rpm -Uvh firstfile.rpm secondfile.rpm


All times are GMT -5. The time now is 08:37 PM.