When I run sudo apt-install <pkgname>
, there is no password request.
How can I enforce a password check whenever this command is run? Why isn't it asking by default? Isn't that the point of sudo? Perhaps I might have mis-configured something so that this is bypassed?
How can I ensure that a password request is issued when I run an apt-get install <pkgname>
command?
sudo -k
– Takkat Jan 03 '17 at 14:07