LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   problem with .rpm files (https://www.linuxquestions.org/questions/linux-software-2/problem-with-rpm-files-372361/)

khuti2005 10-12-2005 02:36 PM

problem with .rpm files
 
hi, ive bin tryin to install wxpython from wxpython.org and the files seem to be.rpm, i know i have the correct ones for my distribution of linux but i cant seem to open them or anything. i just get a pop up saying theres no association or sumthing.

can anybody explain this? or help me understand what it is im supposed to do. ive looked around for guides n stuff but all i get is complete jargun!

thanks in advance,

khuti

Samsara 10-12-2005 02:43 PM

Go to the command line. Go to the directory containing the rpm. Type "rpm -Uvh myrpm.rpm" where myrpm.rpm is a placeholder for the actual file you're trying to install. (And press enter, obviously!)

HTH,

Samsara
.

Ahmed 10-12-2005 02:47 PM

Wait, if you're upgrading the package, then use the flag -Uvh as said above, but if it's a totally new package on your system then replace the U with an i so that it reads: "rpm -ivh /home/whatever/blah.rpm"

-A


All times are GMT -5. The time now is 05:44 PM.