yum正在使用,用kill命令杀死进程就可以了。 1、查看yum使用进程号 ps aux|grep yum 2、杀死进程 kill -9 进程号 转载于:https://www.cnblogs.com/syq816/p/8571668.html