门户首页 > 帮助中心 > 云服务器使用文档 > 宝塔安装lamp环境出现Delta RPMs disabled because /usr/bin/applydeltarpm not installed解决办法

宝塔安装lamp环境出现Delta RPMs disabled because /usr/bin/applydeltarpm not installed解决办法

Centos下安装mysql时出现Delta RPMs disabled because  usr bin applydeltarpm not installe

错误原因:
未安装deltarpm。
解决方案:
依次执行下面两条命令,即可解决。
yum provides '*/applydeltarpm'
yum install deltarpm


如果执行命令出现以下问题

Loaded plugins: fastestmirror
Existing lock /var/run/yum.pid: another copy is running as pid 5448.
Another app is currently holding the yum lock; waiting for it to exit...
The other application is: yum
Memory : 79 M RSS (475 MB VSZ)
Started: Tue Nov 19 21:04:11 2019 - 04:33 ago
State : Sleeping, pid: 5448
Another app is currently holding the yum lock; waiting for it to exit...
The other application is: yum
Memory : 79 M RSS (475 MB VSZ)
Started: Tue Nov 19 21:04:11 2019 - 04:35 ago
State : Sleeping, pid: 5448
Another app is currently holding the yum lock; waiting for it to exit...
The other application is: yum
Memory : 79 M RSS (475 MB VSZ)
Started: Tue Nov 19 21:04:11 2019 - 04:37 ago
State : Sleeping, pid: 5448



主要原因就是yum在自动更新 只要关掉他就可以了

解决方案:

直接输入  rm -f    /var/run/yum.pid
或者:      /etc/init.d/yum-updatesd stop
也可以等更新完了再进行安装






  • 96 用户发现这个很有用
此文章对您是否有帮助?

Powered by WHMCompleteSolution