停止packagekit,删除相关程序:

 

systemctl stop packagekit
systemctl disable packagekit
systemctl status packagekit
yum remove -y PackageKit*

 

删除已经下载的缓存:

rm -rf /var/cache/yum

All done~~~

 

相关文章: