apt-get install does not ask for confirmation
apt-get will not ask for the confirmation if every package (including dependencies) is provided on the command line; apt-get will ask for the confirmation if the installation required installing a package not specified on the command line.
Use dry run instead before installing:
# apt-get -s tree
Saturday, February 11, 2017
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment