码迷,mamicode.com
首页 > 其他好文 > 详细

yum更新出错-解决

时间:2018-07-30 13:22:48      阅读:335      评论:0      收藏:0      [点我收藏+]

标签:col   command   load   cti   出错   设置   man   ota   action   

Total download size: 14 M
Is this ok [y/d/N]:

 

命令里已经yum install -y了,但是还是需要选择Y,N没有自动执行,请问这个要怎么破。

PS:我是在Dockerfile里设置,然后进入镜像手动测试,Dockerfile报错如下:

Is this ok [y/d/N]: Exiting on user command
Your transaction was saved, rerun it with:
yum load-transaction /tmp/yum_save_tx.2018-02-01.02-10.O1ZlZ_.yumtx
The command ‘/bin/sh -c yum update && yum install telnet -y‘ returned a non-zero code: 1

需要执行:

yum update -y && yum install telnet -y 

说明yum update过程中需要确认

yum更新出错-解决

标签:col   command   load   cti   出错   设置   man   ota   action   

原文地址:https://www.cnblogs.com/fuyuteng/p/9389908.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!