LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   RPM Install (https://www.linuxquestions.org/questions/linux-newbie-8/rpm-install-223511/)

ucmanish 08-28-2004 11:01 AM

RPM Install
 
I wanted to Download RPM on windows system and Install on linux system. What is the procedure?

nvargas 08-28-2004 11:06 AM

Hi ucmanish,

There are several ways to achieve this.

To do so, you have to mount your Windows partition (if you installed Windows before Linux, that should be done by now in most distros).

Then, you have to browse to that directory (something like /mnt/win_c/directory), and double click on the rpm file.

Another way is to configure that particular directory with your Software Media Manager (in KDE is in System/Configuration/Packaging), so when you want to run an install, it will check that location.

masand 08-28-2004 11:29 AM

hi
the simplest and effecient way

gt the rpms u want
get then into a directory in linux say i have a directory /plugins for all these

so when i go there

cd /plugins
rpm -ivh abc.rpm
here arguments i,v,h are for different purposes
u can get more on
rpm --help

regards


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