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

Popular posts from this blog

Google India Introduces the people card on Google Search for Mobile Devices with ' Add me to search'.

How to Install Node js on Ubuntu