All right, after some reading, I understand that autoremove might in some cases do harm, and it is not needed to fix apt, so let's be prudent and remove it.Running any apt command with -y is a bad idea, as is automating autoremove ...
Could you elaborate on why -y would be dangerous in this cases:
- apt-get -y clean # not sure if -y even makes sense here, does "clean" ever asks for anything?
- apt-get -y update # same here, does "update" ever asks for anything?
- apt-get install -f -y # this one is more sensible, it fixes broken packages : what kind of choices would it ask for?
Let's take into account that the use case is: a desktop Debian install, no fancy things done previously, the user would just have installed extra applications and one day, run into an apt breakage because of an update or installation being abruptly interrupted.
Statistics: Posted by ricflomag — 2025-01-09 22:32