在安装包后面加两个参数 --nodeps --force
如下:
[[email protected] 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:这样的错误了
原文地址:https://www.cnblogs.com/chuhongyun/p/11422506.html
时间: 2024-10-11 03:35:16