萬盛學電腦網

 萬盛學電腦網 >> 服務器教程 >> linux安裝rpm包時遇到Failed dependencies

linux安裝rpm包時遇到Failed dependencies

   初學linux,把今天遇到問題的解決方法貼出來

  環境: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

  糾結了半天,終於找到了解決方法:(感謝提供相關文章的博友)

  在安裝包後面加兩個參數,如

  [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%]

  加上那兩個參數的意義就在於,

  安裝時不再分析包之間的依賴關系而直接安裝,

  也就不會再提示error: Failed dependencies:這樣的錯誤了

copyright © 萬盛學電腦網 all rights reserved