Sometimes "apt-get install" asks me "Do you want to continue [Y/n]?"
:
root@T43:~# apt-get install chmsee
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
libchm1
The following NEW packages will be installed:
chmsee libchm1
0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
Need to get 192 kB of archives.
After this operation, 848 kB of additional disk space will be used.
Do you want to continue [Y/n]?
Am I correct that this happens only if "The following NEW packages will be installed:"
line has other packages(probably dependencies) listed than the one(s) I specified as an argument to "apt-get install"
?
--force-yes
unless you a) didn't need to ask this question in the first place or b) want a broken system on your hands. – bahamat Mar 31 '13 at 05:23