yum 安装mysql时提示此错误

Another app is currently holding the yum lock; waiting for it to exit...

  The other application is: yum

Another app is currently holding the yum lock; waiting for it to exit... The other application is:

错误原因:另一款应用程序目前占用 yum 锁,就是说有程序在使用yum

解决办法:

    查看谁占用的   ps aux|grep yum

    解除占用  kill -s 9 21679

Another app is currently holding the yum lock; waiting for it to exit... The other application is:


相关文章:

  • 2022-12-23
  • 2022-02-04
  • 2021-07-01
  • 2021-08-16
  • 2021-12-26
  • 2021-08-21
猜你喜欢
  • 2022-12-23
  • 2021-07-07
  • 2021-09-02
  • 2022-01-23
相关资源
相似解决方案