On Tue, Nov 23, 2010 at 6:16 PM, Narendra Sisodiya < [email protected]> wrote:
> Sometimes when i want to install some package, it do not ask for y/n > question before installation. It happens when I try to install package with > do not have dependency. > for example - > sudo apt-get install expect > > Do no ask for y/n type of question. > > As far as I can understand you need non-interactive mode i.e. don't want any prompts for y/n or something right? for that you can use -y with apt-get option for more see the man page of apt-get. use "sudo apt-get -y expect" now! -- Parin Sharma http://twitter.com/FOSSmaniac Please avoid sending me Word or PowerPoint attachments. See http://www.gnu.org/philosophy/no-word-attachments.html -- -- l...@iitd - http://tinyurl.com/ycueutm
