Silent install for Ubuntu
-
A Former User last edited by
I'm trying to create a script to install Opera-stable. How can I automatically select 'Yes' on the 'Package Configuration'?
-
A Former User last edited by A Former User
In short, you can't because dpkg (the thing that does the work when you double click the .deb file) does not have a silent switch or a -y to answer yes to all questionsas apt does.
If you did have the repo installed beforehand, thus have opera as an available package, you could install it like so
apt-get install opera-stable -y