途中でプロンプトが必要なコマンドを実行する場合(例:)apt install
、まもなく次のように停止します。
self@localhost:~$ sudo apt install xterm
Reading package lists... Done
Building dependency tree
Reading state information... Done
After this operation, 2,023 kB of additional disk space will be used.
Do you want to continue? [Y/n] Abort.
self@localhost:~$
アプリケーションが標準入力から読み取れないため、これが起こると聞きました。だからこれは問題です。
私は適切に-y
プロンプトをスキップできることを知っています。プロンプトが必要だがそのようなオプションを提供しない他のプログラムはどうすればよいですか?原因は何ですか?