在centos中你如何自动回答yes是否是yum安装,以便它是一个无辅助的安装?
您可以使用:
yum -y install packagename
“-y”意味着“是”。
/etc/yum.conf下行添加到/etc/yum.conf :
/etc/yum.conf
assumeyes=0