linux 安裝rpm包時遇到error:Failed dependencies解法方法
初學(xué)linux,把今天遇到問題的解決方法貼出來
環(huán)境:Centos 5.5 + MySQL-server-5.5.24-1.linux2.6.x86_64.rpm
遇到的問題:
[root@sh158-xen data]#rpm -ivh MySQL-server-5.5.24-1.linux2.6.x86_64.rpm
error: Failed dependencies:
MySQL conflicts with mysql-5.0.77-4.el5_4.2.x86_64
糾結(jié)了半天,終于找到了解決方法:(感謝提供相關(guān)文章的博友)
在安裝包后面加兩個參數(shù),如
[root@sh158-xen data]#rpm -ivh MySQL-server-5.5.24-1.linux2.6.x86_64.rpm --nodeps --force
Preparing... ########################################### [100%]
1:MySQL-server ########################################### [100%]
加上那兩個參數(shù)的意義就在于,
安裝時不再分析包之間的依賴關(guān)系而直接安裝,
也就不會再提示error: Failed dependencies:這樣的錯誤了
關(guān)鍵詞:linux,rpm,Failed
閱讀本文后您有什么感想? 已有 人給出評價!
- 0
- 0
- 0
- 1
- 105
- 5