During the installation process, apt asks if you really want to install it, and the user must enter y (yes) or n.
However, if you insert the -y option, this question will be omitted, and you will proceed with the installation by treating it as if you entered y.
믿을 수 있는 프로그램을 설치하는 경우에는 보통 일일이 y를 입력하는 것이 귀찮기 때문에 -y 옵션을 많이 사용하는 편입니다.
© 2024 OneMinuteCode. All rights reserved.