If I am not mistaken it use to be 'rpm -Uvh --force <file.rpm>' in order to force an RPM to install even if it didn't meet the dependencies. This doesn't seem to work any longer. :confused:
Is there a way to force an install now?
Force an RPM install
Started by Prog, Oct 18 2007 04:16 PM
2 replies to this topic
#1
Posted 18 October 2007 - 04:16 PM
|
|
|
#2
Guest_Void_*
Posted 23 October 2007 - 10:34 AM
Guest_Void_*
--force no longer works. Instead it is --nodeps
This will install the file without checking dependencies.
rpm -Uvh --nodeps <file.rpm>
This will install the file without checking dependencies.
#3
Posted 31 October 2007 - 04:03 AM
Take a look at the man pages for RPM as well.


Sign In
Create Account


Back to top









