在ubuntu系统中,使用apt-get 安装软件时,忽略yes 。 apt-get -y install xxx 不起作用,使用 apt-get -y --force-yes install xxx 可以。