時々「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"
ますか?
--force-yes
除き、お勧めしません。