有时“apt-get install”会问我"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]?
我是否正确,只有当"The following NEW packages will be installed:"
行列出的其他包(可能是依赖项)比我指定为参数的包时才会发生这种情况"apt-get install"
?