Answers for "sudo apt-get install -y"

1

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

Code answers related to "sudo apt-get install -y"

Browse Popular Code Answers by Language