linux yum安裝過程終止方法

//中斷當前的安裝顯示
ctrl+z  
//查找當前yum相關的進程
ps -ef | grep yum 
//殺掉進程
kill -9 進程號(pid) 
相關文章
相關標籤/搜索