002.yqq命令

用 apt-get install 安装时 ,会有一个提问,问是否继续,需要输入 yes。

使用 yqq 的话,就没有这个提问了,自动 yes 。

例如下面的安装nginx:

apt-get -yqq install nginx

等价于

apt-get -qq -y install nginx

 

posted @ 2022-10-19 10:42  __破  阅读(114)  评论(0)    收藏  举报