DiverseAndRemote.com Asked: 2012-10-25 18:32:24 +0800 CST2012-10-25 18:32:24 +0800 CST 2012-10-25 18:32:24 +0800 CST How do you answer yes for yum install automatically 772 In centos how do you answer yes automatically for yum install so that it is an unassisted install? yum 2 Answers Voted Best Answer ewwhite 2012-10-25T18:36:00+08:002012-10-25T18:36:00+08:00 You can use: yum -y install packagename The "-y" implies "yes". Dan 2016-12-09T07:58:52+08:002016-12-09T07:58:52+08:00 Add the following line to /etc/yum.conf assumeyes=1
You can use:
yum -y install packagename
The "-y" implies "yes".
Add the following line to
/etc/yum.conf