Às vezes, o "apt-get install" me pergunta "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]?
Estou correto de que isso aconteça apenas se a "The following NEW packages will be installed:"
linha tiver outros pacotes (provavelmente dependências) listados que não aquele que eu especifiquei como argumento "apt-get install"
?
--force-yes
menos que você a) não precise fazer essa pergunta em primeiro lugar ou b) queira um sistema quebrado em suas mãos.