apt-get 安装中使用的 -y 标志是什么?

What is the -y flag used for in apt-get install?

当您 运行 apt-get install 时,-y 标志有什么作用?

例子,来自https://nodejs.org/en/download/package-manager/#debian-and-ubuntu-based-linux-distributions

sudo apt-get install -y nodejs

跳过安装确认。安装包时,Ubuntu 要求确认 (Y/N)。使用 -y,Ubuntu 不询问。