weird RPM problem

Many times when i download an rpm from freshrpms. net or rpmfind. net like firefox and mplayer, the installation window comes up for a few seconds and then it disppears. How can i fix it?.

Everything Linux 1798 This topic was started by ,


data/avatar/default/avatar05.webp

500 Posts
Location -
Joined 2004-04-06
Many times when i download an rpm from freshrpms.net or rpmfind.net like firefox and mplayer, the installation window comes up for a few seconds and then it disppears. How can i fix it?

Participate on our website and join the conversation

You have already an account on our website? Use the link below to login.
Login
Create a new user account. Registration is free and takes only a few seconds.
Register
This topic is archived. New comments cannot be posted and votes cannot be cast.

Responses to this topic


data/avatar/default/avatar10.webp

2895 Posts
Location -
Joined 2002-08-30
This often comes up when the rpm file is not compatible with your distro. Are you choosing rpm's specific for your distro and version, or just picking rpm's?
 
Also, are you choosing the US sites or other rpmfind (euro) sites to download the rpm's?

data/avatar/default/avatar04.webp

1678 Posts
Location -
Joined 2003-09-27
This also happens a lot in RedHats 8, 9 and Fedora. Save yourself some grief by opening a terminal and as root go:
 
rpm -ivh bobs_widget_set.rh.i386.rpm [enter]
 
or if upgrading..
 
rpm -Uvh bobs_widget_set.rh.i386.rpm [enter]
 
 
 
And it should install without incident.