Saturday, February 11, 2017

apt-get install does not ask for confirmation

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

No comments: