I have a software installed on my computer and it hasn't been running for quite some time. I saw a potential solution to be a simple update. I'm new to the command line and would like to know what this option for sudo will do:
sudo apt-get update -y
sudo apt-get install -y yourprogramhere
I checked man sudo,man apt,man get,man install, and man update.
I looked for -y documentation, and couldn't find it.