Is there a way to make apt-get install answer "yes" to the "Do you want to continue [y/N]? "?

Best Answer


via the apt-get man page .

apt-get -y install [packagename]