Answers for "apt get -y"

3

sudo apt-get install -y

Using the -y flag (or --assume-yes) automatically assumes that
your answer to any prompts will be yes. This allows you to install
packages without having to confirm anything.
Posted by: Guest on May-19-2021
0

y option in apt-get

#this means assume automatic yes
sudo apt-get -y install python3
Posted by: Guest on June-16-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language