Error: Delta RPMs disabled because /usr/bin/applydeltarpm not installed. by linux If you get this error when running yum update then the problem is that you’ve installed minimal centos with some packages missing. To solve the issue install deltarpm. To see the package name run:
yum provides '*/applydeltarpm' To install it:
yum install deltarpm
转载from: http://www.linuxreport.org/error-delta-rpms-disabled-because-usrbinapplydeltarpm-not-installed/