另一个应用程序当前持有 yum 锁;等待它退出...
Another app is currently holding the yum lock; waiting for it to exit…
我正在开发 ubuntu 系统和 node.js 中的新功能,yum echo 系统。
错误:yum 锁定在我的本地系统中 (ubuntu)。
我该如何解决这个问题?
解决方案=>
- sudo ps-ef| grep yum // 你将处理 id (p-id)
- sudo kill -9 p-id
我正在开发 ubuntu 系统和 node.js 中的新功能,yum echo 系统。 错误:yum 锁定在我的本地系统中 (ubuntu)。
我该如何解决这个问题?
解决方案=>
- sudo ps-ef| grep yum // 你将处理 id (p-id)
- sudo kill -9 p-id