关于我们

质量为本、客户为根、勇于拼搏、务实创新

< 返回新闻公共列表

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

发布时间:2020/4/10 21:12:22
香港云服务器
错误原因:
未安装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
也可以等更新完了再进行安装