How to skip permission to install software through terminal in Ubuntu
To install software's through terminal as simple as that with one simple command sudo apt-get install example-software, however in doing that you need to give permission in Y (or) N
But a simple tip (or) extended command to skip this step can be done by following command
sudo apt-get install -y example-software
Comments
Post a Comment
Please share your opinions and suggestion and do not enter any spam links in the comment box